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

TLS handshake is completed and first bit of server data is decrypted before certificate validation #20

Closed sfackler closed 7 years ago

sfackler commented 7 years ago

We should cut things off as soon as possible if there's a validation failure.