Hi,
Some newbie questions...
If the server uses SSLv23_method, and the client only supports SSLv2, does the server allow SSLv2?
If the server uses SSLv23_method, and the client can support SSLv2 or SSLv3, does the server automatically choose SSLv3?
Does setting SSL_OP_NO_SSLv2 change the behaviour? Would the first case be rejected, and the second case choose SSLv3?
Thanks..
Chuck