Hi

I am new to this group and I was thinking to make a automatic system to
change request -> certs  a easy way to the x509 cert info from the
request is needed 

Looking at the code I see X509_USER, X509_REQ_INFO, X509_REQ is the
information about the request.  It would be nice to put the data into a
database, then validate the request and create a cert.

the flow would be 

X509_REQ -> mysql DB -> user validate -> add to DB validation info 
                                      -> make cert -> add to DB -> to user



The function I think I would use are 
X509_NAME_oneline()
X509_NAME_print()
X509_REQ_print()
RSA_print()
DSA_print() 

Has it been done and should it be done?

Shaun


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

Reply via email to