2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

Add release notes for GL #54

This commit is contained in:
Diego Fronza
2020-04-29 16:41:30 -03:00
parent 42ab3cfc2f
commit bfd720ed70

View File

@@ -69,18 +69,24 @@
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
The OpenSSL ECDSA implementation has been updated to support PKCS#11 The OpenSSL ECDSA implementation has been updated to support PKCS#11
via OpenSSL engine (see engine_pkcs11 from libp11 project). [GL #1534] via OpenSSL engine (see engine_pkcs11 from libp11 project). [GL #1534]
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
The OpenSSL EdDSA implementation has been updated to support PKCS#11 The OpenSSL EdDSA implementation has been updated to support PKCS#11
via OpenSSL engine. Please note that you need EdDSA capable OpenSSL via OpenSSL engine. Please note that you need EdDSA capable OpenSSL
engine and there's only proof-of-concept as of this moment. engine and there's only proof-of-concept as of this moment.
Contributed by Aaron Thompson. [GL #1763] Contributed by Aaron Thompson. [GL #1763]
</para> </para>
</listitem>
<listitem>
<para>
Added a new logging category "rpz-passthru", it allows RPZ passthru
actions to be logged into a separate channel. [GL #54]
</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
</section> </section>