[EMAIL PROTECTED] wrote:
>
> Dear developer community,
>
> symptoms: "openssl pkcs12 ... -out some.p12" would report "No certificates found
> for private key"
>
> bug found and corrected as follows
>
> openssl-0.9.4/apps/pkcs12.c, line 317
> replace
>
> X509_digest(cert, EVP_sha1(), keyid, &keyidlen)
>
> with
>
> X509_digest(ucert, EVP_sha1(), keyid, &keyidlen)
>
> reason:
>
> pointer cert not initialized at that point in function. Probable cause: typo.
>
Thanks for the report but this was fixed in the development version of
OpenSSL some time ago.
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]