Skip to content

Commit

Permalink
Some improvements, add missing point
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Dec 16, 2023
1 parent ecb296b commit 1162c27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rcgen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
## Release 0.12.0 - December 16, 2023

- Rename `RcgenError` to `Error`. Contributed by [thomaseizinger](https://github.com/thomaseizinger).
- `Error::PemError` has been changed to hold a `String` value. The `From<_>` traits for external error types have been removed. This allows rcgen to update dependent crates without impacting API consumers.
- The public interface of `Error` has been made not expose external library types: `Error::PemError` now holds a `String` value, and the `Error` type doesn't support `From<_>` based conversion any more. This allows rcgen to update dependencies without impacting downstream users.
- Upgrade to `ring` `v0.17`. Contributed by [thomaseizinger](https://github.com/thomaseizinger).
- Make dependency on `ring` optional and allow usage of `aws-lc-rs`. Ring continues to be used as the default. You may opt-in to using `aws-lc-rs` instead by disabling default features and specifying the `aws_lc_rs` feature. Contributed by [BiagioFesta](https://github.com/BiagioFesta).
- Make dependency on `ring` optional and allow usage of `aws-lc-rs` via a cargo feature. Ring remains the default. Contributed by [BiagioFesta](https://github.com/BiagioFesta).
- Add `Ia5String` support for `DistinguishedName`s.
- Add a `KeyIdMethod::PreSpecified` variant to set, and not generate the SKI. `CertificateParams::from_ca_cert_pem` now uses it when building params from an existing CA certificate. Contributed by [Brocar](https://github.com/Brocar).

## Release 0.11.3 - October 1, 2023

Expand Down

0 comments on commit 1162c27

Please sign in to comment.