If an SSLv2 method is explicitly asked for use the SSLv2 cipher string:
authorDr. Stephen Henson <steve@openssl.org>
Wed, 29 Apr 2009 14:12:54 +0000 (14:12 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 29 Apr 2009 14:12:54 +0000 (14:12 +0000)
commit4e50f0263807f1b44ecbe0fc0a84b090b114be7b
treefdc8eecba84f4167c8a5d817445c61acbd7a5140
parent174ea156470d728ae0820c8d9cd5fbb678300228
If an SSLv2 method is explicitly asked for use the SSLv2 cipher string:
assume an application *really* wants SSLv2 if they do that.

Otherwise stick with the default which excludes all SSLv2 cipher suites.
ssl/ssl_lib.c