I compiled OpenSSL (0.9.8g) with my own random number engine - in order to generate pseudo random numbers that are not based on unitialized values (if you run openssl
without doing this you get infinite warnings - of course).

The results are as follows
The code that gives the error is the BN_get_flags() macro
(see bn_div.c extract about line 190 below):

Could this be highlighting a bug in OpenSSL?????

Without actually looking into this first, I must ask if you compiled
OpenSSL with the 'PURIFY' option.  That will silence valgrind
significantly.

-Brad
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to