Bug #71314 | No documentation about support SSL ciphers and protocols | ||
---|---|---|---|
Submitted: | 7 Jan 2014 22:02 | Modified: | 5 Apr 2015 9:40 |
Reporter: | Daniël van Eeden (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Connection Handling | Severity: | S3 (Non-critical) |
Version: | 5.6.14 | OS: | Any |
Assigned to: | Paul DuBois | CPU Architecture: | Any |
[7 Jan 2014 22:02]
Daniël van Eeden
[28 Jan 2014 18:42]
Sveta Smirnova
Thank you for the report. Verified almost as described: for me works following ciphers among "unsupported". Testing EXP-DES-CBC-SHA: OK Testing EXP-RC2-CBC-MD5: OK Testing EXP-RC4-MD5: OK
[3 Apr 2015 14:53]
Paul DuBois
Protocol is TLSv1. SSL 2.0 and SSL 3.0 were disabled in 5.5.42, 5.6.23 as too weak.
[3 Apr 2015 20:07]
Paul DuBois
Cipher and protocol info now listed here: http://dev.mysql.com/doc/refman/5.7/en/ssl-options.html#option_general_ssl-cipher
[5 Apr 2015 9:40]
Daniël van Eeden
Thanks for fixing this bug. MySQL indeed only supports TLS 1.0 as protocol. So my statement in the initial description was wrong as that lists SSL3 as supported (SSL3 and TLS1.0 are *almost* the same) Support for TLS 1.1 and 1.2 is requested in Bug #75239 >Protocol is TLSv1. SSL 2.0 and SSL 3.0 were disabled in 5.5.42, 5.6.23 as too weak. In those versions extra measures were taken to disable SSL2 and SSL3, but that doesn't mean those were available/enabled in earlier versions.
[30 Apr 2015 17:46]
Paul DuBois
Protocol info is moving here: http://dev.mysql.com/doc/refman/5.7/en/ssl-connections.html
[5 Dec 2015 22:52]
Paul DuBois
Protocol/cipher information is now located here: http://dev.mysql.com/doc/refman/5.7/en/secure-connection-protocols-ciphers.html In particular, as of MySQL 5.7.10, there is support for TLSv1.1 and TLSv1.2.