You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: quinn/src/lib.rs
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -46,19 +46,19 @@
46
46
//! See [quinn-boring](https://github.com/quinn-rs/quinn-boring/) for an example of integrating another crypto provider.
47
47
//!
48
48
//! - `rustls`: Enable rustls as the TLS provider for quinn.
49
-
//!
49
+
//!
50
50
//! ### Cryptographic provider features
51
-
//!
51
+
//!
52
52
//! These features control which libraries quinn will use for cryptographic functions.
53
-
//!
53
+
//!
54
54
//! - `ring`: Use the ring library for cryptographic functions. Should not be combined with the `aws-lc-rs` feature as only one library or the other will be used.
55
55
//! - `aws-lc-rs`: Use the aws-lc-rs library for crytographic functions. Should not be combined with the `ring` feature as only one library or another can be used.
56
56
//! - `aws-lc-rs-fips`: Enable the fips feature for the aws-lc-rs library.
57
-
//!
57
+
//!
58
58
//! ### rustls features
59
-
//!
59
+
//!
60
60
//! These features control which library and features rustls will use for cryptographic functions.
61
-
//!
61
+
//!
62
62
//! - `rustls-ring`: Tell rustls to use the `ring` library for cryptograhic functions.
63
63
//! - `rustls-aws-lc-rs`: Tell rustls to use the `aws-lc-rs` library for cryptographic functions.
64
64
//! - `rustls-aws-lc-rs-fips`: Tell rustls to use the `aws-lc-rs` library for cryptographic functions, and enable the fips feature of that library.
0 commit comments