On Mon, Jun 24, 2002 at 09:13:44AM +0200, Martin Sjögren wrote: > On Thu, Jun 20, 2002 at 11:51:42AM -0500, Pisano, Ed wrote: > > Martin, > > I solved this by creating openssl.cnf files that contain the information > > that is gathered interactively by CA.pl. I then modified the openssl.exe > > command invocations in CA.pl to add command line flags and information > > regarding the location of the created openssl.cnf file. > > Ah, but you see, what I wanted to do was to do this from _within_ my > application, with no stupid system or popen calls, making it slightly more > platform independent. It's too bad there is no documentation on how to > generate certificates and things like that using libssl.
Source is available; any problem reading that? Anyway, one can: - X509_new() - set data to be signed, including fresh public key - apply some private key on DER encoding of that data - output Maybe, one could use Naina as one more certificate handling HOWTO > > Regards, > Martin > > -- > Martin Sj?gren > [EMAIL PROTECTED] ICQ : 41245059 > Phone: +46 (0)31 7710870 Cell: +46 (0)739 169191 > GPG key: http://www.strakt.com/~martin/gpg.html > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] -- Naina library: http://www.unity.net/~vf/naina_r1.tgz ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]