From a5e92219335b7ae68617dbca00df30fc7c32f626 Mon Sep 17 00:00:00 2001 From: George Thessalonikefs Date: Tue, 1 Feb 2022 18:00:46 +0100 Subject: [PATCH] Changelog note for #603: - Merge PR #603 from fobser: Use OpenSSL 1.1 API to access DSA and RSA internals. --- doc/Changelog | 4 ++++ 1 file changed, 4 insertions(+) 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.