On 2009.03.18 at 17:04:33 -0700, Thomas Bonham wrote: > As a new subscribe I hope that I'm using it to the right group. > > > > I'm working on trying to figure out how to create a CA within my C based > program. I have found some information on create the certificates within > the program but I'm not able to find the function need to creating the CA > itself. I have tried looking around on google but I'm not able to find the > functions or what headers that I need to include.
There is no such function. As it was explained in the previous message, you have just to create private key and certificate with relevant extensions to server as CA certificate. Look into the CA.pl script, provided with OpenSSL, and into sources of the openssl commands, used by this script (req and ca). ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org