We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ec9fa commit 30179f6Copy full SHA for 30179f6
rcgen/CHANGELOG.md
@@ -1,6 +1,15 @@
1
2
# Changes
3
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
13
## Release 0.12.0 - December 16, 2023
14
15
- Rename `RcgenError` to `Error`. Contributed by [thomaseizinger](https://github.com/thomaseizinger).
0 commit comments