From dde438dac716c40819fee427db3ea7eee44f2c95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Fri, 1 May 2020 10:59:02 +0200 Subject: [PATCH 1/2] Add CHANGES note for GL #1534 --- CHANGES | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a0cb38fde5..9b04f62cad 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ +5399. [func] Add engine support to OpenSSL ECDSA implementation. + [GL #1534] + 5398. [bug] Named could fail to restart if a zone added with - 'rndc addzone' contained a double quote (") in + 'rndc addzone' contained a double quote (\") in its name. [GL #1695] 5397. [func] Update PKCS#11 EdDSA implementation to PKCS#11 v3.0. From 80d51223c382690c240c985a1b632ace81cf614f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Fri, 1 May 2020 11:03:34 +0200 Subject: [PATCH 2/2] Add release note for GL #1534 --- doc/arm/notes-9.17.2.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/arm/notes-9.17.2.xml b/doc/arm/notes-9.17.2.xml index 084b7bab53..1db5f3b5f8 100644 --- a/doc/arm/notes-9.17.2.xml +++ b/doc/arm/notes-9.17.2.xml @@ -56,6 +56,12 @@ [GL !3326] + + + The OpenSSL ECDSA implementation has been updated to support PKCS#11 + via OpenSSL engine (see engine_pkcs11 from libp11 project). [GL #1534] + +