Skip to content

Commit

Permalink
cargo: add fips feature based on aws_lc_rs
Browse files Browse the repository at this point in the history
  • Loading branch information
BiagioFesta authored and est31 committed Mar 6, 2024
1 parent 556f639 commit d8c9f18
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rcgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ default = ["crypto", "pem", "ring"]
crypto = []
aws_lc_rs = ["crypto", "dep:aws-lc-rs"]
ring = ["crypto", "dep:ring"]
fips = ["aws_lc_rs", "aws-lc-rs?/fips"]


[package.metadata.docs.rs]
Expand Down

0 comments on commit d8c9f18

Please sign in to comment.