Hi,

How can you create a STACK_OF(X509) object from a given X509 CA Cert?

X509 *x509ca;
STACK_OF(X509) *ca;

x509ca = ReadX509Cert("file_name");

Now how to populate the ca object with this x509ca object?

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

Reply via email to