Skip to content

Commit

Permalink
changes for 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed May 8, 2024
1 parent d8c3ef2 commit 08f16ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.3.1 (2024-05-08)
* Introduce Asn.S.unsigned_integer - useful for e.g. ECDSA signatures where the
user code expects an unsigned integer and shouldn't worry about the ASN.1
encoding (#44 @reynir @hannesm)
* Provide custom random generators for int and unsigned_integer
(#44 @hannesm @reynir)

## v0.3.0 (2024-03-14)
* BUGFIX: utctime 50 should be 1950 (not 2050) (#39 @reynir)
* drop zarith dependency, Asn.S.integer is now a Cstruct.t (#42 @hannesm)
Expand Down

0 comments on commit 08f16ed

Please sign in to comment.