Closed museun closed 4 years ago
I didn't know this crate existed: https://github.com/alexcrichton/tokio-openssl
It would give an alternative to tokio-native-tls for platforms that want to rely directly on openssl and not something like, libressl or boringtls.
tokio-native-tls
openssl
libressl
boringtls
Added v0.14.5
I didn't know this crate existed: https://github.com/alexcrichton/tokio-openssl
It would give an alternative to
tokio-native-tls
for platforms that want to rely directly onopenssl
and not something like,libressl
orboringtls
.