Skip to content

Commit

Permalink
docs: add missing cargo features
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Mar 1, 2025
1 parent 4a22662 commit 76e9071
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ specification.
* `ring` (default): use the *ring* crate as the crypto backend
* `aws-lc-rs`: use the aws-lc-rs crate as the crypto backend
* `fips`: enable the aws-lc-rs crate's FIPS-compliant mode
* `x509-parser`: enable extracting `CertificateIdentifier` values for ARI from
certificates
* `time`: enable fetching `RenewalInfo` for a `CertificateIdentifier`

If both `ring` and `aws-lc-rs` are enabled, which backend is used depends on the `fips` feature.
If `fips` is enabled, `aws-lc-rs` is used; otherwise, `ring` is used.
Expand Down

0 comments on commit 76e9071

Please sign in to comment.