1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-01 06:27:04 +03:00
Files
mariadb-connector-c/libmariadb
Georg Richter aebe28b8eb CONC-778: TLSv1.3 support for Windows Server 2022
Windows Server 2022 uses version number 10.0.20348, which is less than 10.0.22000.
Therefore, instead of checking for build numbers >= 22000 (which would exclude Server 2022),
we must check for build numbers >= 20348 to correctly include both Windows Server 2022
and Windows 11.

This is safe because TLSv1.3 was first supported in:
- Windows 11 (starting with build 22000)
- Windows Server 2022 (starting with build 20348)

Earlier versions did not support TLSv1.3:
- Windows 10 (up to build 19044)
- Windows Server 2019 (latest build 17763)
2025-06-07 15:32:44 +02:00
..
2018-08-08 12:59:51 +02:00
2025-04-23 21:30:03 +02:00
2018-05-12 10:43:54 +02:00
2023-05-29 08:30:01 +03:00
2024-02-24 17:09:58 +01:00
2025-02-11 11:28:56 +01:00
2018-08-08 12:59:25 +02:00
2017-10-19 12:42:05 +02:00
2018-01-11 12:10:05 +02:00
2023-10-21 19:46:00 +02:00
2016-02-08 18:43:02 +01:00
2025-01-24 14:52:35 +01:00
2018-08-09 11:27:32 +02:00
2024-05-08 11:43:18 +02:00
2022-06-27 13:23:35 +02:00
2025-05-02 07:52:01 +02:00
2023-08-16 20:11:45 +02:00