|
The patch has been pushed into odbc-3.0 as 172c399
Won't be merged into 2.0 as older C/C do not support this functionality
Connection string option name isTLSVERSION
This option can be used to enforce MARIADB_OPT_TLS_VERSION C/C option to
limit allowed for the connection TLS versions.
The value can be either a bitmap, where bit 1 corresponds to TLSv1.1,
bit 2 - TLSv1.2, and 4 - to TLSv1.3, or it can be set as combination of
string names TLSv1.1, TLSv1.2 and TLSv1.3.
Checkbox group has been added to the Windows setup dialog. If no
checkboxes checked there means all versions are allowed.
|