Merge branch '1534-add-ecdsa-openssl-pkcs11-engine-support-notes' into 'master'

Add CHANGES and Release Notes for OpenSSL engine ECDSA implementation

Closes #1534

See merge request isc-projects/bind9!3480
This commit is contained in:
Ondřej Surý 2020-05-01 10:49:09 +00:00
commit 8072bc599b
2 changed files with 10 additions and 1 deletions

View file

@ -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.

View file

@ -56,6 +56,12 @@
[GL !3326]
</para>
</listitem>
<listitem>
<para>
The OpenSSL ECDSA implementation has been updated to support PKCS#11
via OpenSSL engine (see engine_pkcs11 from libp11 project). [GL #1534]
</para>
</listitem>
</itemizedlist>
</section>