[CONC-653] TLS v1.3 support in Schannel Created: 2023-06-23 Updated: 2023-12-05 |
|
| Status: | Open |
| Project: | MariaDB Connector/C |
| Component/s: | TLS/SSL |
| Affects Version/s: | N/A |
| Fix Version/s: | 3.3 |
| Type: | Task | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 5 |
| Labels: | None | ||
| Environment: |
Windows |
||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Add TLS v1.3 support for Schannel. With Windows 10 build 1809 (corresponding version number is 10.0.20348) TLS v1.3 support was added in Schannel. In the same version the SCHANNEL_CRED structure became deprecated and needs to be replaced by SCH_CREDENTIALS structure (https://learn.microsoft.com/en-us/windows/win32/api/schannel/ns-schannel-schannel_cred). |