steffengy / schannel-rs

Schannel API-bindings for rust (provides an interface for native SSL/TLS using windows APIs)
MIT License
49 stars 51 forks source link

Add minimal TLS1.3 support on supported windows versions #109

Closed steffengy closed 1 month ago

steffengy commented 1 month ago

CI only running for server 2022, which seems to support. Fix handling of reads of 2 SEC_E_OKs before first read going through.

Implements #104