1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

feat(tls): add crate feature for rustls native root certs (#506)

This commit is contained in:
Rob Ede
2023-12-06 01:39:13 +00:00
committed by GitHub
parent 1945fa0675
commit 9edc0b393a
7 changed files with 88 additions and 27 deletions

View File

@ -2,7 +2,8 @@
## Unreleased
- Added support to `http` crate version `1.0`.
- 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`).
## 3.1.1