mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
1831f8e4d7
Remove TLSv1.1 from the default tls_version system variable. Output a warning if TLSv1.0 or TLSv1.1 are selected. Thanks Tingyao Nian for the feature request.
16 lines
391 B
Text
16 lines
391 B
Text
Variable_name Value
|
|
Ssl_version TLSv1.2
|
|
Variable_name Value
|
|
Ssl_version TLSv1.2
|
|
Variable_name Value
|
|
Ssl_version TLSv1.1
|
|
Variable_name Value
|
|
Ssl_version TLSv1.1
|
|
Variable_name Value
|
|
Ssl_version TLSv1.2
|
|
Variable_name Value
|
|
Ssl_version TLSv1.2
|
|
@@tls_version
|
|
TLSv1.1,TLSv1.2
|
|
call mtr.add_suppression("TLSv1.0 and TLSv1.1 are insecure");
|
|
FOUND 1 /TLSv1.0 and TLSv1.1 are insecure/ in mysqld.1.err
|