RE: Memory leaks when PEM_read_bio_PrivateKey fails

2000-05-03 Thread DeJuan Jackson
I'm having the same problems and I can't seem to get to the snapshot. I keep getting an error "500 Illegal PORT Command". > -Original Message- > From: Michal Trojnara [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 01, 2000 6:16 PM > To: [EMAIL PROTECTED]

Re: Memory leaks when PEM_read_bio_PrivateKey fails

2000-05-01 Thread Michal Trojnara
Odpowiedz automatyczna: Do 5 maja przebywam na zasluzonym urlopie. W pilnych sprawach prosze o kontakt z Kamilem Kilinskim. Z powazaniem, Michal Trojnara >>> "[EMAIL PROTECTED]" 05/01/00 21:51 >>> Amit Chopra <[EMAIL PROTECTED]>: > I had reported some leaks some time back, but got no re

Re: Memory leaks when PEM_read_bio_PrivateKey fails

2000-05-01 Thread Bodo Moeller
Amit Chopra <[EMAIL PROTECTED]>: > I had reported some leaks some time back, but got no response from the > mailing list. > > OpenSSL 0.9.4 leaks 332 bytes for ERR_STATE struct allocated while doing > SSL_read. > ERR_get_state [err.c:561] > => ret=(ERR_STATE *)Malloc(siz

Re: Memory leaks when PEM_read_bio_PrivateKey fails

2000-04-29 Thread Bodo Moeller
Dr Stephen Henson <[EMAIL PROTECTED]>: > Bodo Moeller: >> [EMAIL PROTECTED]: >>> VC6.0 detected memory leaks in the following code! And the code do >>> only PEM_read_bio_PrivateKey()!! >> You should free your OpenSSL objects (pKey, in) *before* freeing >> the library-internal stuff (EVP_cleanup(

Re: Memory leaks when PEM_read_bio_PrivateKey fails

2000-04-29 Thread Dr Stephen Henson
Bodo Moeller wrote: > > [EMAIL PROTECTED]: > > > VC6.0 detected memory leaks in the following code! And the code do only >PEM_read_bio_PrivateKey()!! > > > > When I enabled the OpenSSL_add_ssl_algorithms() and the PEM_read_bio_PrivateKey > > () finished sucessful, there is no memory leaks. > >

Re: Memory leaks when PEM_read_bio_PrivateKey fails

2000-04-29 Thread Bodo Moeller
[EMAIL PROTECTED]: > VC6.0 detected memory leaks in the following code! And the code do only >PEM_read_bio_PrivateKey()!! > > When I enabled the OpenSSL_add_ssl_algorithms() and the PEM_read_bio_PrivateKey > () finished sucessful, there is no memory leaks. > But when I disable(comment out) the