drogue-iot / embedded-tls

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

fix: replace patched webpki with rustls-webpki #131

Closed lulf closed 8 months ago

lulf commented 8 months ago

The replacement does not implement the certificate validity, but it is better to be honest and fail verification if there is no time keeping.

bugadani commented 8 months ago

I'd honestly strip this out of embedded-tls and provide webpki as a separate crate. embedded-tls is fine with the noop implementation and an interface IMO.