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 provide

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 pr

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

Re: SSL_METHOD

2006-01-31 Thread Dr. Stephen Henson
On Tue, Jan 31, 2006, Chris Clark wrote: > It appears that the SSL_METHOD functions don't allow a server to > accept connections using either SSL or TLS, so it has to be either one > or the other. > Have you tried SSLv23_server_method()? Steve. -- Dr Stephen N. Henson. Emai

SSL_METHOD

2006-01-31 Thread Chris Clark
It appears that the SSL_METHOD functions don't allow a server to accept connections using either SSL or TLS, so it has to be either one or the other. Does anyone have a work around to allow both SSL and TLS connections to be accepted? -Chris