Julian Onions
2002-07-10 10:00:52 UTC
Hi,
I've been attempting to use the SSL_CTX_use_PrivateKey_file to load
in private keys for SSL/TLS usage. It states in the documentation that
"SSL_CTX_use_PrivateKey_file() adds the first private key found in file
to ctx. The formatting type of the certificate must be specified from
the known types SSL_FILETYPE_PEM, SSL_FILETYPE_ASN1."
However after some experimentation and tracing the code it seems that
actually you can only use PEM format. I was hoping that I could use P12
files for the private key. Is there something similar I can use?
Julian.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users-MCmKBN63+***@public.gmane.org
Automated List Manager majordomo-MCmKBN63+***@public.gmane.org
I've been attempting to use the SSL_CTX_use_PrivateKey_file to load
in private keys for SSL/TLS usage. It states in the documentation that
"SSL_CTX_use_PrivateKey_file() adds the first private key found in file
to ctx. The formatting type of the certificate must be specified from
the known types SSL_FILETYPE_PEM, SSL_FILETYPE_ASN1."
However after some experimentation and tracing the code it seems that
actually you can only use PEM format. I was hoping that I could use P12
files for the private key. Is there something similar I can use?
Julian.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users-MCmKBN63+***@public.gmane.org
Automated List Manager majordomo-MCmKBN63+***@public.gmane.org