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

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