Skip to content

Commit d382a37

Browse files
est31cpu
andauthored
Release 0.12.0 (#202)
For release notes see the changelog. fixes #199 --------- Co-authored-by: Daniel McCarney <[email protected]>
1 parent acec387 commit d382a37

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

rcgen/CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11

22
# Changes
33

4-
## Unreleased
5-
6-
- Rename `RcgenError` to `Error` to avoid stuttering when used fully-qualified via `rcgen::`.
7-
- Upgrade to `ring` `v0.17`.
4+
## Release 0.12.0 - December 16, 2023
5+
6+
- Rename `RcgenError` to `Error`. Contributed by [thomaseizinger](https://github.com/thomaseizinger).
7+
- 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.
8+
- Upgrade to `ring` `v0.17`. Contributed by [thomaseizinger](https://github.com/thomaseizinger).
9+
- 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).
10+
- Add `Ia5String` support for `DistinguishedName`s.
11+
- 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).
812

913
## Release 0.11.3 - October 1, 2023
1014

0 commit comments

Comments
 (0)