-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
C Drivers
-
None
-
None
-
None
-
None
-
None
-
None
Enable TLS 1.3 in the C driver when using Windows Secure Channel as the TLS implementation (default on Windows).
Background
The Windows Secure Channel TLS implementation does not enable TLS 1.3.
Windows server 2022 supports TLS 1.3.
libcurl may help as reference. From experimenting, it appears two changes are needed:
- Handle renegotiation (currently does nothing?).
- Switch from SCHANNEL_CRED to SCH_CREDENTIALS.
- is related to
-
SERVER-79980 Set SChannel TLS 1.3 flags
-
- Backlog
-