python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Has anyone tried using TLS 1.3 using SChannel with Windows-11 21h2?
I'm working on a TLS client that needs to be upgraded to use TLS 1.3 on Windows-11. Has anyone successfully implemented TLS 1.3 using SChannel APIs?
As per Microsoft below link TLS 1.3 is supported in...

ajay kumar Jaiswal
Votes: 0
Answers: 3
DTLS using SChannel: shutdown routine's InitializeSecurityContext returns SEC_E_INVALID_TOKEN
The client is using SChannel to handle the DTLS connection, where the server uses OpenSSL.
Everything works fine until the client tries to close the connection (I used this guide).
Here is the client ...
Shahrzad
Votes: 0
Answers: 0