From bfd720ed70d10c61eb116e607a0ba26a3346450e Mon Sep 17 00:00:00 2001 From: Diego Fronza Date: Wed, 29 Apr 2020 16:41:30 -0300 Subject: [PATCH] Add release notes for GL #54 --- doc/arm/notes-9.17.2.xml | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/doc/arm/notes-9.17.2.xml b/doc/arm/notes-9.17.2.xml index 3290ffd0b0..173c7ad946 100644 --- a/doc/arm/notes-9.17.2.xml +++ b/doc/arm/notes-9.17.2.xml @@ -69,18 +69,24 @@ - - The OpenSSL ECDSA implementation has been updated to support PKCS#11 - via OpenSSL engine (see engine_pkcs11 from libp11 project). [GL #1534] - + + The OpenSSL ECDSA implementation has been updated to support PKCS#11 + via OpenSSL engine (see engine_pkcs11 from libp11 project). [GL #1534] + - - The OpenSSL EdDSA implementation has been updated to support PKCS#11 - via OpenSSL engine. Please note that you need EdDSA capable OpenSSL - engine and there's only proof-of-concept as of this moment. - Contributed by Aaron Thompson. [GL #1763] - + + The OpenSSL EdDSA implementation has been updated to support PKCS#11 + via OpenSSL engine. Please note that you need EdDSA capable OpenSSL + engine and there's only proof-of-concept as of this moment. + Contributed by Aaron Thompson. [GL #1763] + + + + + Added a new logging category "rpz-passthru", it allows RPZ passthru + actions to be logged into a separate channel. [GL #54] +