In other news, very happy to see the most popular #Rust http client library is switching their default TLS implementation from OpenSSL to #rustls.
github.com/seanmonstar/reqwestβ¦
Release v0.13.0-rc.1 Β· seanmonstar/reqwest
π Discussion here if you give it try, thanks! Main breaking changes rustls is now default instead of native-tls rustls provider defaults to aws-lc instead of ring (rustls-no-provider exists if you...GitHub
kpcyrd π΄
in reply to kpcyrd π΄ • • •There's also an curl-rustls Arch Linux package that dynamically links to rustls instead of openssl, however #curl still considers this experimental:
archlinux.org/packages/extra/xβ¦
Arch Linux - curl-rustls 8.17.0-1 (x86_64)
archlinux.orgBubu
in reply to kpcyrd π΄ • • •cpu
in reply to Bubu • • •Stefan Eissing
in reply to cpu • • •Just confirming what @cpu said here. Rustls support in #curl is not going away and weβll remove the experimental once rustls declares it API stable.
(and if you want more rustls, there is also github.com/icing/mod_tls)
GitHub - icing/mod_tls: rustls based TLS for Apache httpd
GitHub