mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-10332 support for OpenSSL 1.1 and LibreSSL
Initial support tested against OpenSSL 1.0.1, 1.0.2, 1.1.0, Yassl and LibreSSL not working on Windows with native SChannel support, due to wrong cipher mapping: Latter one requires push of CONC-241 fixes. Please note that OpenSSL 0.9.8 and OpenSSL 1.1.0 will not work: Even if the build succeeds, test cases will fail with various errors, especially when using different tls libraries or versions for client and server.
This commit is contained in:
committed by
Sergei Golubchik
parent
eb2b7ff623
commit
f8866f8f66
5
mysql-test/include/require_openssl_client.inc
Normal file
5
mysql-test/include/require_openssl_client.inc
Normal file
@ -0,0 +1,5 @@
|
||||
if ($CLIENT_TLS_LIBRARY != "OpenSSL") {
|
||||
if ($CLIENT_TLS_LIBRARY != "LibreSSL") {
|
||||
skip "Test requires Connector/C with OpenSSL library";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user