> Hi, is there a function or something similar to create keys
> and certificates directly from code?
> Thank You

Yes. There are functions like RSA_generate_key, DSA_generate_key, X509_sign,
and so on.

It is not a particularly simple thing to do though. Look at the example code
in apps/ca.c, apps/req.c, and apps/x509.c, also demos/selfsign.c may be
helpful.

DS


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

Reply via email to