Re: How to generate cert request and sign it in C-code instead of invoking openssl program

2008-01-07 Thread Dr. Stephen Henson
On Mon, Jan 07, 2008, Bobby Krupczak wrote: > Hi! > > I am writing a distributed application that will use SSL for privacy > and authentication. The app will use its own CA to generate and sign > certs. > > On initial startup, I'd like the application to generate its own cert > and sign it usin

How to generate cert request and sign it in C-code instead of invoking openssl program

2008-01-07 Thread Bobby Krupczak
Hi! I am writing a distributed application that will use SSL for privacy and authentication. The app will use its own CA to generate and sign certs. On initial startup, I'd like the application to generate its own cert and sign it using C-functions rather than invoking the openssl command. Doin