File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3737//! authority. If this is infeasible--for example, if servers are short-lived or not associated
3838//! with a domain name--then as with TLS, self-signed certificates can be used to provide
3939//! encryption alone.
40- //!
40+ //!
4141//! # Feature flags
4242//!
4343//! ### Crypto features
6666//! ### Crypto features
6767//!
6868//! The three supported rustls backends are rustls+ring, rustls+aws-lc-rs and rustls+aws-lc-rs-fips.
69- //! Note the feature default for rustls is to use aws-lc-rs and the default for quinn is to use ring. This means you might
69+ //! Note the feature default for rustls is to use aws-lc-rs and the default for quinn is to use ring. This means you might
7070//! want `default-features = false` on one library or the other if you don't intend to use multiple rustls backends.
7171//!
7272//! - `rustls-ring`: Enables ring crypto backend for quinn and rustls. Requires the `ring` feature.
You can’t perform that action at this time.
0 commit comments