problem with SSLv23_method()

2009-09-20 Thread suneel musunuru
Hi, My Server program has been implemented using the method SSLv23_method() . So, by using this method my expectation is to accept connections from TLS1, SSLv2 and SSLv3. As expected server is accepting the connections from TLS1 and SSLv3 successfully. But When i tried with SSLv2 alone from

Re: problem with SSLv23_method()

2009-09-20 Thread Goetz Babin-Ebell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 suneel musunuru wrote: ... another question that belongs to openssl-users... | My Server program has been implemented using the method | SSLv23_method() . So, by using this method my expectation is to accept | connections from TLS1, SSLv2 and