From b5ada0db7ee47ff04b9808e4c4b0d7742ef08784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Mon, 11 Nov 2019 14:46:19 +0200 Subject: [PATCH] MXS-2762: Document ssl_version changes --- Documentation/Getting-Started/Configuration-Guide.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Documentation/Getting-Started/Configuration-Guide.md b/Documentation/Getting-Started/Configuration-Guide.md index c1a298025..95332c4a7 100644 --- a/Documentation/Getting-Started/Configuration-Guide.md +++ b/Documentation/Getting-Started/Configuration-Guide.md @@ -1852,10 +1852,14 @@ This parameter controls the level of encryption used. Accepted values are: * TLSv10 * TLSv11 * TLSv12 + * TLSv13 * MAX -The default is to use the highest level of encryption available. For OpenSSL 1.0 -and newer this is TLSv1.2. +The default is to use the highest level of encryption available that both the +client and server support. MaxScale supports TLSv1.0, TLSv1.1, TLSv1.2 and +TLSv1.3 depending on the OpenSSL library version. + +The `TLSv13` value was added in MaxScale 2.3.15 ([MXS-2762](https://jira.mariadb.org/browse/MXS-2762)). ### `ssl_cert_verify_depth`