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 unmaintained webpki dependency with rustls-webpki #54

Closed Sycrosity closed 1 year ago

Sycrosity commented 1 year ago

Fixes #53, and passes all tests (that were passed by the version before hand, which already seems broken on the "early-data" feature). This is not a breaking change, and just needs to be merged.

halvors commented 1 year ago

Thanks for this pull request, please merge!