[openssl.org #2934] A set of fixes for non-working hardware RNG set as default

2012-12-07 Thread Dmitry Belyavsky via RT
Greetings! We have own hardware RNG and software RNG, so in absence of the hardware RNG we found some errors that are ignored. The attached patch fix it, providing the return value check. Two other bugfixes are provided too: - the patch to crypto/ocsp/ocsp_srv.c is a workaround against the

[openssl.org #2935] OpenSSL 0.9.8x crashes\OpenSSL 1.0.1c get stuck in SSL_load_error_strings() function on Solaris OS

2012-12-07 Thread Kuzmin, Mikhail via RT
Hello, I have the following problem on a few Solaris systems in my lab: OpenSSL 0.9.8x crashes and OpenSSL 1.0.1c gets stuck (or also crashes in a few cases) in SSL_load_error_strings() function. My code realization is presented below. I am not sure that is a code implementation issue, as