Hello openssl-users,

I use openssl in one server application, thus, i would like to have no
memory leaks. I noticed that then more crypts/decrypts/key creation i do then more
memory my app uses. So, i have question :
do i need to clean something after enc = EVP_des_ede3_cbc(); ?
does BIO_free_all() guarantee that everything associated with this BIO
will be cleaned ?
and finally theoretical question : are there any known memory leaks
that not found yet ?


Best regards,
 Kubyshev Andrey                          mailto:[EMAIL PROTECTED]


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to