OpenSSL 1.1.0 has upgraded the safestack.h macro system, but I'm having
difficulty understanding the changes. I'm porting a piece of code from
OpenSSL 0.9.8 that uses ASN1_seq_unpack_X509. In 0.9.8, safestack.h had this
definition.

#define ASN1_seq_unpack_X509(buf, len, d2i_func, free_func) \

        SKM_ASN1_seq_unpack(X509, (buf), (len), (d2i_func), (free_func))

Could anyone point me in the right direction and how this needs to be
adapted?

 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to