Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
-
None
Description
MariaDB has had the ability to select TLSv1.3 ciphers since 10.3.8 (MDEV-15596) yet it is undocumented.
MaxScale should have the same functionality for ssl_cipher in Servers and Listener configs using the OpenSSL function SSL_CTX_set_ciphersuites().
Note that MDEV-34869 tracks an issue when mixing both TLSv1.2 and TLSv1.3 ciphers which might be useful information.