On Thu, Mar 02, 2006, Alicia Asn wrote: > Hi, I'm using openssl 0.9.8a (tarball release) new pkcs12_create > features. I'm creating a pkcs12 object with only a private key. However, > when I try to recover it from PKCS12_parse I always get NULL. I've > downloaded the latest 0.9.8a snapshot (2nd march) and I've still got the > same problem. I am doing anything wrong or is this a bug? >
PKCS12_parse() in its current form will only handle well formed PKCS#12 files which contain a private key, its corresponding certificate and zero or more CA certificates. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Funding needed! Details on homepage. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
