[MDEV-9910] Add --tls options and deprecate --ssl options Created: 2016-04-13 Updated: 2017-05-29 Resolved: 2017-05-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | SSL |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Kolbe Kegel (Inactive) | Assignee: | Sergei Golubchik |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
The --ssl options should be deprecated in favor of --tls to clarify that we do not support SSLv2 or SSLv3 and instead support TLSv1.1 and TLSv1.2. |
| Comments |
| Comment by Sergei Golubchik [ 2016-04-15 ] |
|
--ssl option always (since 2001) used to mean "TLSv1.0", older protocols (SSLv2 and SSLv3) were never supported. I believe there is no ambiguity here, no user in 15 years was ever confused about it. |