I am trying to make an x509v3 extension that is a STACK_OF(X509). But
I'm not really sure the best way to go about this on OpenSSL. I
essentially want to encode/decode this:
CertificateStack ::= SEQUENCE OF Certificate

Should I attempt to decode the SEQUENCE OF by hand and use d2i_X509() to
build the stack? Any advice from someone more familiar with OpenSSL ASN1
is greatly appreciated.

Nathaniel

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to