Re: crash on BIO_free call.

2000-05-04 Thread Tonu Samuel
Richard Levitte - VMS Whacker wrote: > Don't do BIO_free() on BIO's that you have handed over to an SSL* > (which you obviously do with SSL_set_bio()), SSL_free() does that for > you. Thank you for reply. I have some more less important at now questions: - What is the right source for informati

crash on BIO_free call.

2000-05-03 Thread Tonu Samuel
Hello all! Sorry for my ignorance. I haven't played enough with OpenSSL to solve this prorably pretty easy to find mistake. In my head it caused short circuit already. Short description is: I do what I want with Openssl 0.9.3a then I try to free all resources but this causes core dump on BIO_free