Skip to content

Commit

Permalink
Fix reference in changelog about RSA key generation
Browse files Browse the repository at this point in the history
  • Loading branch information
djc authored and est31 committed Mar 28, 2024
1 parent 3daef5e commit b9f9298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcgen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Breaking changes:
Added:

- RSA key generation support has been added. This support requires using the
`aws-lc-rs` feature. By default using `KeyPair::generate()` with
`aws-lc-rs` feature. By default using `KeyPair::generate_for()` with
an RSA `SignatureAlgorithm` will generate an RSA 2048 keypair. See
`KeyPair::generate_rsa_for()` for support for RSA 2048, 3072 and 4096 key sizes.

Expand Down

0 comments on commit b9f9298

Please sign in to comment.