• Sergei Golubchik's avatar
    MDEV-6975 Implement TLS protocol · cb8f837a
    Sergei Golubchik authored
    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.
    cb8f837a
mysql-test-run.pl 188 KB