Clean readme, replace Arcs with leaked Boxes
This commit is contained in:
parent
ad2c0909b4
commit
a95efd9ed8
4 changed files with 19 additions and 35 deletions
|
|
@ -27,12 +27,13 @@ rustls-symcrypt = { version = "0.2.1", optional = true, features = ["chacha", "x
|
|||
|
||||
[features]
|
||||
default = [
|
||||
"aws-lc",
|
||||
#"record",
|
||||
"aws-lc",# Change this to the wanted cryptographic backend (list below)
|
||||
"record",# It may be needed to remove the record feature when building with openssl
|
||||
]
|
||||
|
||||
record = ["sslrelay"]
|
||||
|
||||
# Available cryptographic backends
|
||||
aws-lc = ["tokio-rustls/aws-lc-rs", "rustls-post-quantum", "rustls-post-quantum/aws-lc-rs-unstable", "aws-lc-rs"]
|
||||
boring = ["boring-rustls-provider"]
|
||||
graviola = ["rustls-graviola"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue