Re: creating a STACK_OF(X509) from a X509 Cert

2004-09-09 Thread Smith Baylor
Thanks that helped and worked. --Smith On Thu, 9 Sep 2004 15:04:10 +0200, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote: > > > On Thu, Sep 09, 2004, Smith Baylor wrote: > > > Hi, > > > > How can you create a STACK_OF(X509) object from a given X509 CA Cert? > > > > X509 *x509ca; > > STACK_OF(X5

Re: creating a STACK_OF(X509) from a X509 Cert

2004-09-09 Thread Dr. Stephen Henson
On Thu, Sep 09, 2004, Smith Baylor wrote: > 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? > There is some old documen

creating a STACK_OF(X509) from a X509 Cert

2004-09-09 Thread Smith Baylor
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 Proje