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.
Regards, Andreas Balogh
--- Try: main(){for(int i=2,v=2;;i%v?i:v=i++)if(--v<2)cout<<-i;}
Deutsche Bank AG Tel: +49-69/910-62258
z.Hd. Andreas Balogh Fax: +49-69/910-30167
GCI IT/O Investment Banking
Taunusanlage 12 eMail: [EMAIL PROTECTED]
60325 Frankfurt/Main
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]