mirror of
https://github.com/drwetter/testssl.sh.git
synced 2026-01-08 23:32:05 +01:00
- older openssl bins with ~150 cipher suites. More to come soon
This commit is contained in:
31
openssl-bins/openssl-1.0.2-beta1/vanilla.patch
Normal file
31
openssl-bins/openssl-1.0.2-beta1/vanilla.patch
Normal file
@@ -0,0 +1,31 @@
|
||||
--- ./ssl/tls1.h.orig 2014-03-03 20:43:11.535295959 +0100
|
||||
+++ ./ssl/tls1.h 2014-03-03 20:43:25.911430196 +0100
|
||||
@@ -157,7 +157,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
-#define TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES 0
|
||||
+#define TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES 1
|
||||
|
||||
#define TLS1_2_VERSION 0x0303
|
||||
#define TLS1_2_VERSION_MAJOR 0x03
|
||||
--- ./ssl/s2_lib.c.orig 2014-03-05 18:16:40.966589866 +0100
|
||||
+++ ./ssl/s2_lib.c 2014-03-05 18:17:36.572043680 +0100
|
||||
@@ -122,7 +122,7 @@
|
||||
|
||||
/* list of available SSLv2 ciphers (sorted by id) */
|
||||
OPENSSL_GLOBAL const SSL_CIPHER ssl2_ciphers[]={
|
||||
-#if 0
|
||||
+#if 1
|
||||
/* NULL_WITH_MD5 v3 */
|
||||
{
|
||||
1,
|
||||
@@ -254,7 +254,7 @@
|
||||
168,
|
||||
},
|
||||
|
||||
-#if 0
|
||||
+#if 1
|
||||
/* RC4_64_WITH_MD5 */
|
||||
{
|
||||
1,
|
||||
Reference in New Issue
Block a user