Skip to content
Permalink
Browse files
Remove WolfSSL workaround for old version.
We're already on 4.4.6
  • Loading branch information
vaintroub committed Jun 9, 2021
1 parent c7ee039 commit dbe3161
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
@@ -20,7 +20,7 @@
#define WOLFSSL_AES_COUNTER
#define NO_WOLFSSL_STUB
#define OPENSSL_ALL
#undef WOLFSSL_ALLOW_TLSV10 /* see https://github.com/wolfSSL/wolfssl/issues/2960 */
#define WOLFSSL_ALLOW_TLSV10
#define NO_OLD_TIMEVAL_NAME
/*
FP_MAX_BITS is set high solely to satisfy ssl_8k_key.test
@@ -74,8 +74,6 @@ sub skip_combinations {
$skip{'main/ssl_verify_ip.test'} = 'x509v3 support required'
unless $openssl_ver ge "1.0.2";

$skip{'main/tls_version1.test'} = 'https://github.com/wolfSSL/wolfssl/issues/2960'
if $ssl_lib =~ /WolfSSL 4.4.0/;

%skip;
}

0 comments on commit dbe3161

Please sign in to comment.