Files
mbedtls/ChangeLog.d/fix-pkcs12-null-password.txt
Paul Elliott a87f009e30 Make changelog more specific
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
2021-12-10 17:49:21 +00:00

6 lines
253 B
Plaintext

Bugfix
* 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.