Skip to content

Commit 30179f6

Browse files
authored
docs: update CHANGELOG for 0.12.1 (#220)
Forward-porting the changelog update from #219 to `main`.
1 parent 28ec9fa commit 30179f6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

rcgen/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11

22
# Changes
33

4+
## Release 0.12.1 - January 25th, 2024
5+
6+
- RFC 5280 specifies that a serial number must not be larger than 20 octets in
7+
length. Prior to this release an unintended interaction between rcgen and its
8+
underlying DER encoding library could result in 21 octet serials. This has now
9+
been fixed.
10+
- A regression that caused build errors when the optional `pem` feature was
11+
omitted has been fixed.
12+
413
## Release 0.12.0 - December 16, 2023
514

615
- Rename `RcgenError` to `Error`. Contributed by [thomaseizinger](https://github.com/thomaseizinger).

0 commit comments

Comments
 (0)