mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
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:
commit
8072bc599b
2 changed files with 10 additions and 1 deletions
5
CHANGES
5
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.
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue