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
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
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