[openssl-dev] [openssl.org #4007] Segmantation fault in OpenSSL 1.0.2a

2015-09-01 Thread Emilia Käsper via RT
Please see https://rt.openssl.org/Ticket/Display.html?id=3439 Your symptoms match, so it looks like unfortunately you were relying on an OpenSSL bug to get the desired application behaviour. ___ openssl-dev mailing list To unsubscribe:

[openssl-dev] [openssl.org #4007] Segmantation fault in OpenSSL 1.0.2a

2015-08-14 Thread Vivekanandhan Subramanian via RT
Hi, I am using OpenSSL 1.0.2a in our product in which I have come across segmentation fault while trying to de-initialize OpenSSL. This issue has been reproduced in Windows, Mac and Android OS. From my basic analysis I've found that crash happens in BIO_Free() function. While comparing the code