gic <[EMAIL PROTECTED]>:

> I was developing an SSL client (with openssl-0.9.3a)
> and found memory leaks when using RC4-MD5 (1024/128 bits).
> HOWEVER, when I switched to "EXP-RC4-MD5" (512/40 bits),
> there are NO leaks.
> 
> The best way to reproduce the leaks is to run 's_time'
> for a long time. (Use 'top' to monitor its memory SIZE)

It's actually not the best way, because the library has built-in
memory leak checking (compile with -DCRYPTO_MDEBUG; I'm afraid it does
not quite work with 0.9.3a, though).  The bugs that you found have
been fixed about two weeks ago -- please have a look at a recent
snapshot (ftp://ftp.openssl.org/snapshot).
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to