I've got a bug report that my MTA fails from time to time during the
TLS handshake with the following error:
4476:error:140D9115:SSL routines:SSL_GET_PREV_SESSION:session id context
uninitialized:ssl_sess.c:413
(OpenSSL 0.9.8m and 1.0.0.Beta5)
The MTA tries to turn off the session cache using
S
Hello -
I have been reading the openssl engine documentation -->
http://www.openssl.org/docs/crypto/engine.html but am still unclear on some
things.
I am not using openssl directly, but rather using M2Crypto which wraps openssl.
So here is the flow of things with the corresponding openssl c
On Tue, Mar 16, 2010, Mathieu Malaterre wrote:
> Hi there,
>
> I am looking at an old piece of code:
>
> http://cpansearch.perl.org/src/SAMPO/smime-0.7/smimeutil.c
>
> ...
> #ifdef WINDOWS
> LOG_PRINT("RAND_screen...");
> RAND_screen(); /* Loading video display memory into random state */
Hi there,
I am looking at an old piece of code:
http://cpansearch.perl.org/src/SAMPO/smime-0.7/smimeutil.c
...
#ifdef WINDOWS
LOG_PRINT("RAND_screen...");
RAND_screen(); /* Loading video display memory into random state */
#endif
...
And I was wondering why RAND_screen was being called o