This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-29 18:20:07 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
043d69bbcc
mariadb
/
mysql-test
/
main
/
openssl_6975.combinations
7 lines
68 B
Text
Raw
Normal View
History
Unescape
Escape
MDEV-6975 Implement TLS protocol change SSL methods to be SSLv23 (according to openssl manpage: "A TLS/SSL connection established with these methods may understand the SSLv2, SSLv3, TLSv1, TLSv1.1 and TLSv1.2 protocols") from TLSv1 methods, that go back to the initial SSL implementation in MySQL in 2001. OpenSSL default ciphers are different if TLSv1.2 is enabled, so tests need to take this into account.
2014-11-18 17:57:06 +01:00
[tlsv12]
loose-ssl-cipher=TLSv1.2
MDEV-6975 Implement TLS protocol followup: * explicitly disable SSLv2 and SSLv3, keep other protocols enabled * fix a compiler warning * rename the test and combinations to avoid confusion vio/viossl.c: fix a compiler warning
2014-11-19 18:54:02 +01:00
[tlsv10]
MDEV-6975 Implement TLS protocol change SSL methods to be SSLv23 (according to openssl manpage: "A TLS/SSL connection established with these methods may understand the SSLv2, SSLv3, TLSv1, TLSv1.1 and TLSv1.2 protocols") from TLSv1 methods, that go back to the initial SSL implementation in MySQL in 2001. OpenSSL default ciphers are different if TLSv1.2 is enabled, so tests need to take this into account.
2014-11-18 17:57:06 +01:00
loose-ssl-cipher=SSLv3
Reference in a new issue
Copy permalink