Your best bet would be to Google for OpenSSL and "sample code". Also check out the OpenSSL book published by O'Reilly.Fatima Corona <[EMAIL PROTECTED]> wrote: I am new to OpenSSL and I needed information on how to begin using thetoolkit. I need to programmatically create a certificate which I can
t; <[EMAIL PROTECTED]> wrote:
> On Thu, Feb 10, 2005, Oily Pakora wrote:
>
> > Friends,
> >
> > When compiling a program on Win32, the following line of code generates an
> > error
> message:
> >
> > *plLen = i2d_ASN1_SET_OF_X509_EXTENSION(
Friends,
When compiling a program on Win32, the following line of code generates an
error message:
*plLen = i2d_ASN1_SET_OF_X509_EXTENSION(exts, NULL, i2d_X509_EXTENSION,
V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL, IS_SEQUENCE);
The error I get is:
error C2664: 'i2d_ASN1_SET' :
Hi Folks,
I'm using the Net::SSLeay front-end to OpenSSL. Does
anyone have a Perl script that can parse an X.509
certificate?
Thanks,
Oily
__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
Hi Folks,
I am wondering if anyone has sample code to construct
a TBSCertificate structure using the OpenSSL
libraries?
I would like to take a CSR from a web server, for
instance, and create the TBSCertificate structure,
then submit it all to the CA for signing.
The CA already exists, but isn't