From: Amit Chopra <[EMAIL PROTECTED]>
amitc> void
amitc> SSLDeInit()
amitc> {
amitc>
amitc> EVP_cleanup();
amitc> ERR_remove_state(0);
amitc> ERR_free_strings();
amitc> OBJ_NAME_cleanup(-1);
amitc> }
amitc>
amitc> This solved my problem. With luck it'll solves yours too.
Note
> -Original Message-
> From: Daniel M. Pomerantz [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, April 24, 2000 9:21 PM
> To: [EMAIL PROTECTED]
> Subject: streams and memory
>
> There is a particular way I would like to send and receive SSL data. It
> looks l
hi,
Do the follwing when you deinit ssl
void
SSLDeInit()
{
EVP_cleanup();
ERR_remove_state(0);
ERR_free_strings();
OBJ_NAME_cleanup(-1);
}
This solved my problem. With luck it'll solves yours too.
Amit.
"Daniel M. Pomerantz" wrote:
>
> I tried to send this once, and it app
There is a particular way I would like to send and receive SSL data. It looks like
it's possible, but I just can't nail down exactly how to do it. I'd like to create a
stream or a socket which looks like any other socket, allows me to read directly from
and write directly to it, but in stead
I tried to send this once, and it appears to have not gone through. Apologies if you
get it twice.
There is a particular way I would like to send and receive SSL data. It looks like
it's possible, but I just can't nail down exactly how to
do it. I'd like to create a stream or a socket which