James Darwin wrote:
>
> Hi,
>
> I have looked through the openssl-dev archives and have not found any
> references to using PKCS12 certificates - only how to create/manipulate
> them with the openssl tool etc.
>
Firstly there isn't any such thing as a PKCS#12 "certificate". A PKCS#12
file is a format for storing private keys and certificates.
> Has anyone successfully created an SSL server application linked against
> the openssl libraries, that uses a PKCS12 certificates?
>
There isn't any function that will directly use a PKCS#12 file for a
server key and certificate. This isn't a problem though because the
PKCS#12 file can be readily broken into the standard X509, EVP_PKEY
structures that the SSL library needs.
Steve.
--
Dr Stephen N. Henson. http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED]
Senior crypto engineer, Celo Communications: http://www.celocom.com/
Core developer of the OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]