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 c7ee039 commit dbe3161Copy full SHA for dbe3161
extra/wolfssl/user_settings.h.in
@@ -20,7 +20,7 @@
20
#define WOLFSSL_AES_COUNTER
21
#define NO_WOLFSSL_STUB
22
#define OPENSSL_ALL
23
-#undef WOLFSSL_ALLOW_TLSV10 /* see https://github.com/wolfSSL/wolfssl/issues/2960 */
+#define WOLFSSL_ALLOW_TLSV10
24
#define NO_OLD_TIMEVAL_NAME
25
/*
26
FP_MAX_BITS is set high solely to satisfy ssl_8k_key.test
mysql-test/suite.pm
@@ -74,8 +74,6 @@ sub skip_combinations {
74
$skip{'main/ssl_verify_ip.test'} = 'x509v3 support required'
75
unless $openssl_ver ge "1.0.2";
76
77
- $skip{'main/tls_version1.test'} = 'https://github.com/wolfSSL/wolfssl/issues/2960'
78
- if $ssl_lib =~ /WolfSSL 4.4.0/;
79
80
%skip;
81
}
0 commit comments