Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.12.0 #202

Merged
merged 3 commits into from
Dec 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 6 additions & 3 deletions rcgen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@

# Changes

## Unreleased
## Release 0.12.0 - December 16, 2023
est31 marked this conversation as resolved.
Show resolved Hide resolved

- Rename `RcgenError` to `Error` to avoid stuttering when used fully-qualified via `rcgen::`.
- Upgrade to `ring` `v0.17`.
- Rename `RcgenError` to `Error`. Contributed by [thomaseizinger](https://github.com/thomaseizinger).
- Lock down the `From` impls for `Error` and make it future-proof.
est31 marked this conversation as resolved.
Show resolved Hide resolved
- Upgrade to `ring` `v0.17`. Contributed by [thomaseizinger](https://github.com/thomaseizinger).
- Make dependency on `ring` optional and allow usage of `aws_lc_rs`. Contributed by [BiagioFesta](https://github.com/BiagioFesta).
est31 marked this conversation as resolved.
Show resolved Hide resolved
- Add `Ia5String` support for `DistinguishedName`s.

## Release 0.11.3 - October 1, 2023

Expand Down