[openssl.org #2758] Bug in use of CRYPTO_ex_data

2012-03-10 Thread Kenny Root via RT
In crypto/ex_data.c there is a function called int_dup_ex_data which calls the ex_data's dup_func. However, the prototype for the dup_func only has void* ptr instead of void** ptr It appears that the for loop should either continue if the ex_data has a dup_func (without the subsequent call to

[PATCH] Compiling crypto/err/err_all with OPENSSL_NO_OCSP

2009-08-17 Thread Kenny Root
A simple patch to disable loading OCSP error strings when you're compiling with OPENSSL_NO_OCSP. openssl-cvs-no-ocsp.patch Description: Binary data smime.p7s Description: S/MIME cryptographic signature

[PATCH] Compiling crypto/err/err_all without OCSP

2009-08-17 Thread Kenny Root
Here is a simple patch to disable loading OCSP strings when you're compiling without OCSP. smime.p7s Description: S/MIME cryptographic signature