Re: How to free SSL_METHOD structure

2010-06-21 Thread Dr. Stephen Henson
On Mon, Jun 21, 2010, jeff wrote: > Well that completely screwed up my plans. Am i glad i looked at this > thread before creating a disaster. > > So i was using SSL_METHOD struct to provide a custom implementation of > rsa_mod_exp. And this implementation needed to be provided on a per-need > bas

Re: How to free SSL_METHOD structure

2010-06-21 Thread jeff
Well that completely screwed up my plans. Am i glad i looked at this thread before creating a disaster. So i was using SSL_METHOD struct to provide a custom implementation of rsa_mod_exp. And this implementation needed to be provided on a per-need basis. After your reply, I quickly ran a test and

Re: How to free SSL_METHOD structure

2010-06-21 Thread Dr. Stephen Henson
On Mon, Jun 21, 2010, Arunkumar Manickam wrote: > Hi, > > What is the function to be called to free SSL_METHOD * created using > SSLv23_client_method or other similar methods. > There isn't one. It is a static structure. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercia

Auto Reply: How to free SSL_METHOD structure

2010-06-21 Thread wellen . lau
I am on PTO from 6/21 - 6/25. I will get back to your questions and concerns when I am back. If this is an critical issue, please contact Rahul J oshi[rahul.x.jo...@oracle.com] for immediate assistance. __ OpenSSL Project

How to free SSL_METHOD structure

2010-06-21 Thread Arunkumar Manickam
Hi, What is the function to be called to free SSL_METHOD * created using SSLv23_client_method or other similar methods. Thanks, Arun