mlkem
This commit is contained in:
parent
2a8aba6346
commit
e08c70709f
4 changed files with 68 additions and 8 deletions
|
|
@ -29,6 +29,7 @@ sticky-cookie = ["base64", "sha2", "chrono"]
|
|||
native-tls-backend = ["hyper-tls"]
|
||||
rustls-backend = ["hyper-rustls"]
|
||||
rustls-backend-aws-lc-rs = ["hyper-rustls/aws-lc-rs"]
|
||||
rustls-backend-aws-lc-pq = ["hyper-rustls/aws-lc-rs", "post-quantum"]
|
||||
rustls-backend-boring = ["hyper-rustls/aws-lc-rs", "boring-rustls-provider"]
|
||||
rustls-backend-openssl = ["hyper-rustls/aws-lc-rs", "rustls-openssl"]
|
||||
rustls-backend-ring = ["hyper-rustls/ring"]
|
||||
|
|
@ -38,6 +39,7 @@ webpki-roots = ["rustls-backend", "hyper-rustls/webpki-tokio"]
|
|||
acme = ["dep:rpxy-acme"]
|
||||
post-quantum = [
|
||||
"rustls-post-quantum",
|
||||
"rustls-post-quantum/aws-lc-rs-unstable",
|
||||
"rpxy-acme/post-quantum",
|
||||
"rpxy-certs/post-quantum",
|
||||
"s2n-quic-rustls/post-quantum",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue