[openssl.org #1316] pkcs12 - deref before null check

2006-04-20 Thread Nils Larsch via RT
this is already fixed in the cvs. Please try a recent snapshot. Cheers, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org

[openssl.org #1316] pkcs12 - deref before null check

2006-04-12 Thread Love H�rnquist �strand via RT
deref off pbe2-keyfunc-parameter before null check. openssl-0.9.8a/crypto/evp/p5_crpt2.c Love /* Now decode key derivation function */ pbuf = pbe2-keyfunc-parameter-value.sequence-data; plen = pbe2-keyfunc-parameter-value.sequence-length;