mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Update WolfSSL
Fix WolfSSL build: - Do not build with TLSv1.0,it stopped working,at least with SChannel client - Disable a test that depends on TLSv1.0 - define FP_MAX_BITS always, to fix 32bit builds. - Increase MAX_AES_CTX_SIZE, to fix build on Linux
This commit is contained in:
committed by
Sergei Golubchik
parent
8d85715d50
commit
403dc759d0
@@ -74,6 +74,9 @@ sub skip_combinations {
|
||||
$skip{'main/ssl_verify_ip.test'} = 'x509v3 support required'
|
||||
unless $openssl_ver ge "1.0.2";
|
||||
|
||||
$skip{'main/tls_version1.test'} = 'No TLSv1.0 support'
|
||||
if $ssl_lib =~ /WolfSSL/;
|
||||
|
||||
%skip;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user