drogue-iot / embedded-tls

An Rust TLS 1.3 implementation for embedded devices.
Apache License 2.0
168 stars 21 forks source link

Don't copy server host into CertVerifier #102

Closed bugadani closed 1 year ago

lulf commented 1 year ago

Good idea!

bugadani commented 1 year ago

So, whenever I want to use higher ranked trait bounds, most of the time it turns out a) it's unnecessary and b) the way I want to do things is completely broken 😂