Make changelog more specific

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
Paul Elliott 2021-11-17 17:47:23 +00:00
parent 853c0da8de
commit 0b7d5a88d9

View File

@ -1,2 +1,5 @@
Bugfix
* Fix issues in pkcs12 when a NULL and/or zero length password was supplied.
* Fix a potential invalid pointer dereference and infinite loop bugs in
pkcs12 functions when the password is empty. Fix the documentation to
better describe the inputs to these functions and their possible values.
Fixes #5136.