mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
5.5 merge
This commit is contained in:
@ -52,7 +52,7 @@ sub skip_combinations {
|
||||
}
|
||||
$skip{'include/check_ipv6.inc'} = 'No IPv6' unless ipv6_ok();
|
||||
|
||||
$skip{'t/openssl-poodle_6975.test'} = 'no or too old openssl'
|
||||
$skip{'t/openssl_6975.test'} = 'no or too old openssl'
|
||||
unless ! IS_WINDOWS and ! system "openssl ciphers TLSv1.2 2>&1 >/dev/null";
|
||||
|
||||
%skip;
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tlsv12]
|
||||
loose-ssl-cipher=TLSv1.2
|
||||
|
||||
[sslv3]
|
||||
[tlsv10]
|
||||
loose-ssl-cipher=SSLv3
|
||||
|
Reference in New Issue
Block a user