async-rs / async-tls

A TLS implementation over AsyncRead and AsyncWrite
https://async.rs
Apache License 2.0
167 stars 47 forks source link

Replace deprecated webpki crate with rustls-webpki #53

Closed Sycrosity closed 1 year ago

Sycrosity commented 1 year ago

Currently, this crate depends on the unmaintained "webpki" crate, which hasn't had a new commit in nearly two years. cargo deny and by extentions the rust advisories db, consider using the webpki crate as a security vunerability and suggest migrating to "rustls-webpki", an actively maintained fork of the crate.