Hello,

Brian Wotring wrote:

BW> I wish to accomplish the following, programmatically within my 
BW> application:
BW> 
BW>      openssl genrsa -out my.key 2048
BW>      openssl req -new -key my.key -out my.crt -x509
BW> 
BW> Generating the RSA key is simple.  For the cert, I am trying to follow 
BW> the code in /apps/req.c as an example but it seems to be a lot of code.  
BW> Is there an easier/more elegant way to do this?

If somebody has good pointers to docs or example code of how to do this,
I would also be very happy. Unfortunately until now, except analyzing
the existing code, there does not seem to any "programmer's
documentation".

-- 
Olivier Mascia <[EMAIL PROTECTED]>


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to