2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Add change and note for #2171

This is a bug that needs to be noted.
This commit is contained in:
Matthijs Mekking 2020-09-30 10:03:43 +02:00
parent 0e207392ec
commit d6d41e96a3
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,6 @@
5514. [bug] Fix KASP expected key size for Ed25519 and Ed448.
[GL #2171]
5513. [doc] The ARM section describing the "rrset-order" statement
was rewritten to make it unambiguous and up-to-date with
the source code. [GL #2139]

View File

@ -53,3 +53,7 @@ Bug Fixes
- `named` would exit with assertion failure REQUIRE(msg->state == (-1)) in
message.c due to a possible data race. [GL #2124]
- `named` would start continous rollovers for policies that algorithms
Ed25519 or Ed448 due to a mismatch in created key size and expected key size.
[GL #2171]