webrtc-rs / dtls

A pure Rust implementation of DTLS
https://webrtc.rs
Apache License 2.0
42 stars 23 forks source link

require CertificateVerify when Client Cert sent #19

Closed melekes closed 2 years ago

melekes commented 2 years ago

Before a Client could send a certificate and the server would accept without processing a CertificateVerify.

Port of https://github.com/pion/dtls/pull/464