A question about ENGINE
Michiels Olivier
Wed, 23 Jul 2003 02:04:44 -0700
Hi,
I've developped my own ENGINE with OpenSSL. I use that ENGINE to use the private keys of my root certificates. Those certificates are used to sign X509 certificates, CRLs and OCSP responses.
On the other part, one of my component that use the ENGINE must open a ssl connection, the private key and the certificate are not used by the ENGINE.
My question is, how can I setup a ssl connection without having the ENGINE used by the SSL connection ?
Thanks,
Michiels Olivier
-
A question about ENGINE
Michiels Olivier