Skip to content

actix-tls: v3.2.0

Compare
Choose a tag to compare
@robjtede robjtede released this 17 Jan 04:59
· 39 commits to master since this release
1a5d85e
  • Support Rustls v0.22.
  • Add {accept, connect}::rustls_0_22 modules.
  • Add rustls-0_21-native-roots and rustls-0_20-native-roots crate features which utilize the rustls-native-certs crate to enable a native_roots_cert_store() functions in each rustls-based connect module.
  • Implement Host for http::Uri (http crate version 1).