From: George Thessalonikefs Date: Tue, 1 Feb 2022 17:00:46 +0000 (+0100) Subject: Changelog note for #603: X-Git-Tag: release-1.15.0rc1~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5e92219335b7ae68617dbca00df30fc7c32f626;p=thirdparty%2Funbound.git Changelog note for #603: - Merge PR #603 from fobser: Use OpenSSL 1.1 API to access DSA and RSA internals. --- diff --git a/doc/Changelog b/doc/Changelog index dd8ef17a2..56da7994b 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,7 @@ +1 February 2022: George + - Merge PR #603 from fobser: Use OpenSSL 1.1 API to access DSA and RSA + internals. + 31 January 2022: George - Fix review comment for use-after-free when failing to send UDP out.