We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2b1c6 commit 8c722ceCopy full SHA for 8c722ce
ssl/s2_lib.c
@@ -122,7 +122,7 @@ const char ssl2_version_str[]="SSLv2" OPENSSL_VERSION_PTEXT;
122
123
/* list of available SSLv2 ciphers (sorted by id) */
124
OPENSSL_GLOBAL const SSL_CIPHER ssl2_ciphers[]={
125
-#if 0
+#if 1
126
/* NULL_WITH_MD5 v3 */
127
{
128
1,
@@ -254,7 +254,7 @@ OPENSSL_GLOBAL const SSL_CIPHER ssl2_ciphers[]={
254
168,
255
},
256
257
258
/* RC4_64_WITH_MD5 */
259
260
ssl/tls1.h
@@ -157,7 +157,7 @@
157
extern "C" {
158
#endif
159
160
-#define TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES 0
+#define TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES 1
161
162
#define TLS1_2_VERSION 0x0303
163
#define TLS1_2_VERSION_MAJOR 0x03
0 commit comments