I'm retrieving the Subject Alternate Name, by NID using X509_get_ext_d2i(x, 
NID_subject_alt_name, NULL, NULL).

Of course, for NID_subject_alt_name, it returns a GENERAL_NAMES pointer.

Is this an alias, or does it need to get freed with sk_GENERAL_NAMES_free() 
when I'm done with 
it?______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to