Skip to content

Commit 9fab4e2

Browse files
authored
feat: add fips pass-through feature (#49)
1 parent fd3724e commit 9fab4e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ pki-types = { package = "rustls-pki-types", version = "1" }
2121
default = ["logging", "tls12", "ring"]
2222
aws-lc-rs = ["rustls/aws_lc_rs"]
2323
early-data = []
24+
fips = ["rustls/fips"]
2425
logging = ["rustls/logging"]
2526
ring = ["rustls/ring"]
2627
tls12 = ["rustls/tls12"]

0 commit comments

Comments
 (0)