[MDEV-14101] Provide option to select TLS protocol version Created: 2017-10-22 Updated: 2023-05-16 Resolved: 2019-06-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | SSL |
| Fix Version/s: | 10.4.6 |
| Type: | Task | Priority: | Blocker |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 2 |
| Labels: | None | ||
| Attachments: |
|
||||||||||||||||||||||||||||||||||||
| Issue Links: |
|
||||||||||||||||||||||||||||||||||||
| Description |
|
Currently it's not possible to run MariaDB with a specific TLS protocol, option --ssl_cipher=:TLSv1.2 excludes cipher suites < TLSv1.2, but doesn't set the protocol to TLSv1.2 only. Suggestion:
Valid values are TLSv1, TLSv1.1, TLSv1.2, TLSv1.3 (OpenSSL only) or a combination (separated by comma) of them. |
| Comments |
| Comment by Sergei Golubchik [ 2018-08-20 ] |
|
georg, I don't seem to be able to find the patch. Where can I see it? may be it can go into an earlier version, but I need to see the patch first |
| Comment by Oleksandr Byelkin [ 2018-11-20 ] |
|
Please reassign it when my review will be needed, just for now you can put your time here. |
| Comment by Georg Richter [ 2018-11-30 ] |
|
Sanja, latest attachment is for 10.2 - it includes also fixes for |
| Comment by Oleksandr Byelkin [ 2018-12-03 ] |
|
OK to push after testing on buildbot |
| Comment by Geoff Montee (Inactive) [ 2019-03-07 ] |
|
I see that MariaDB Connector/C already supports this. It looks like the patch for the server was approved too. Is it ready to push, or does more work still need to be done? |