Jean-Marc Desperrier wrote:

> The fonctions has the const, it makes a copy of the data I insert, I
> must not forget to free the original pointer.
> (like X509_NAME_add_entry)
> The fonctions hasn't the const, it does not make a copy of the data I
> insert, and if applicable, it will try to free it.
> (like ASN1_TYPE_set ).
>
> Maybe I'm just missing the fact this is the meaning of _add and _set ?

That's not the case, X509_NAME_set works the same as X509_NAME_add_entry.
And it does not have the const either.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to