[openssl.org #2929] Patch for recursive deadlock in x_pubkey.c [1.0.1c]

2013-01-17 Thread Bodo Moeller via RT
This appears to be a duplicate of ticket #2813 (which is fixed, but missed the 1.0.1c release by one day). __ OpenSSL Project http://www.openssl.org Development Mailing List

[openssl.org #2929] Patch for recursive deadlock in x_pubkey.c [1.0.1c]

2012-12-03 Thread Thomas Eckert via RT
Originally found in 1.0.0j. Did not check versions between 1.0.0j and 1.0.1c since it is still present in the current version. I am also worried about lines 139-143: 139:if (key-pkey != NULL) 140:{ 141:CRYPTO_add(key-pkey-references, 1,