Re: documentation / examples X509 cert code

2002-12-13 Thread Lutz Jaenicke
On Fri, Dec 13, 2002 at 09:57:18AM +0100, Martin Witzel wrote: > > > >Is there a (possibly *nix) tool that > >converts all the .pod files quickly to e.g. html? for i in *.pod ; do pod2html $i done :-) Lutz -- Lutz Jaenicke [EMAIL PROTECTED] http://www.aet.

Re: documentation / examples X509 cert code

2002-12-13 Thread Martin Witzel
>Is there a (possibly *nix) tool that >converts all the .pod files quickly to e.g. html? I second that motion Regards, Martin __ OpenSSL Project http://www.openssl.org User Support Mailing Lis

Re: documentation / examples X509 cert code

2002-12-12 Thread Paul Koster
> There is some more documentation in 0.9.7, see X509* manual pages. The > complete API isn't documented yet but there's a certificate creation demo in > demos/x509/mkcert.c Thanks, this will be of use. Unfortunately that the manual pages aren't of much use on a Windows platform. Actually the .pod

Re: documentation / examples X509 cert code

2002-12-11 Thread Dr. Stephen Henson
On Wed, Dec 11, 2002, Paul Koster wrote: > Are documentation and/or examples available for the X509 certificate > handling library code in openssl? > > On the openssl website the X509 documentation is lacking, just as it is in > the distribution. The header files and source files are hardly docum