RE: X509 certificates through API

2008-05-20 Thread [EMAIL PROTECTED]
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

Re: X509 certificates through API

2008-05-20 Thread Dr. Stephen Henson
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

Re: X509 certificates through API

2008-05-20 Thread Patrick Patterson
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

Re: X509 certificates through API

2008-05-20 Thread Richard Koenning
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

X509 certificates through API

2008-05-20 Thread Kenneth Goldman
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 and is just not documente