From f96eb7e8aee2538f4d1b95530c64b43bc7fb12f5 Mon Sep 17 00:00:00 2001 From: Timothy Legge Date: Tue, 21 Sep 2021 18:45:34 -0300 Subject: [PATCH] v0.32 * examples/x509decode: parameters are optional for AlgorithmIdentifier when using [ec]dsa algorithms * t/19issue14.t: issue with warnings * Fixes #44 Redundant argument in printf warning * examples/x509decode: fix prototype error * examples/ldap: fix asn1_dump not working --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index ff186a0..9a4897c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ {{$NEXT}} +0.32 -- Tue Sep 21 18:45:20 ADT 2021 + * examples/x509decode: parameters are optional for AlgorithmIdentifier when using [ec]dsa algorithms * t/19issue14.t: issue with warnings * Fixes #44 Redundant argument in printf warning