An easy way is to build the openssl binary as a lib but rename main. Then call
it with the argv and argc you would send from the command line.
-Original Message-
From: ext Richard Koenning
Sent: 05/20/2008 1:02:54 PM
To: openssl-users@openssl.org
Subject: Re: X509 certificates through
On Mon, May 19, 2008, Kenneth Goldman wrote:
>
> Is there sample code anywhere for how to construct X509 certificates
> programmatically, through the API, not the command line?
>
> The documentation includes the serialization API's, but?
> little else.
>
> I assume, since it can be done from th
On May 19, 2008 02:09:54 pm Kenneth Goldman wrote:
> Is there sample code anywhere for how to construct X509 certificates
> programmatically, through the API, not the command line?
>
> The documentation includes the serialization API's, but?
> little else.
>
> I assume, since it can be done from th
Kenneth Goldman wrote:
Is there sample code anywhere for how to construct X509 certificates
programmatically, through the API, not the command line?
The documentation includes the serialization API's, but?
little else.
I assume, since it can be done from the command line, that
the code exists