This is a discussion on Re: [openssl.org #1068] AutoReply: X509_NAME_add_entry: inserting with loc == 0 and set == 0 creates wrong set - Openssl ; Hi, an additional bug in the same function, triggered with the same setup: The loop for incrementing the "set" value (near the end of the function) has to increment at index "i" and not at index "i-1". Regards, Frank __________________________________________________ ...
Hi,
an additional bug in the same function, triggered with the same setup:
The loop for incrementing the "set" value (near the end of the function)
has to increment at index "i" and not at index "i-1".
Regards, Frank
__________________________________________________ ____________________
OpenSSL Project http://www.openssl.org
Development Mailing List openssl-dev@openssl.org
Automated List Manager majordomo@openssl.org