Skip to content

Commit

Permalink
expose rustls secret_extraction feature (hyperium#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
schien authored May 23, 2023
1 parent 0f00a0c commit 3fcf858
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokio-rustls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ default = ["logging", "tls12"]
dangerous_configuration = ["rustls/dangerous_configuration"]
early-data = []
logging = ["rustls/logging"]
secret_extraction = ["rustls/secret_extraction"]
tls12 = ["rustls/tls12"]

[dev-dependencies]
Expand Down

0 comments on commit 3fcf858

Please sign in to comment.