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
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