RE: Create certificates and keys from C/C++

2007-05-04 Thread muggiasca
Thank you, but where can I find apps/ca.c, apps/req.c, and apps/x509.c files...I don't have in my computer, but openssl it works. I usually create keys with command: openssl req -days 3650 -nodes -new -keyout XY.key -out XY.csr -config openssl.cnf. Regards -Original Message- From: [EMAIL

RE: Create certificates and keys from C/C++

2007-05-04 Thread muggiasca
in it there u can find all necessary files. Thanks, subbu On 5/4/07, muggiasca [EMAIL PROTECTED] wrote: Thank you, but where can I find apps/ca.c, apps/req.c, and apps/x509.c files...I don't have in my computer, but openssl it works. I usually create keys with command: openssl req -days 3650 -nodes

Create certificates and keys from C/C++

2007-05-02 Thread muggiasca
Hi, is there a function or something similar to create keys and certificates directly from code? Thank You