From f294ff5d879838ebe3f8263dacf68148f47764e3 Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Wed, 17 Nov 2021 17:47:23 +0000 Subject: [PATCH] Make changelog more specific Signed-off-by: Paul Elliott --- ChangeLog.d/fix-pkcs12-null-password.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.d/fix-pkcs12-null-password.txt b/ChangeLog.d/fix-pkcs12-null-password.txt index 699575f53..fae819553 100644 --- a/ChangeLog.d/fix-pkcs12-null-password.txt +++ b/ChangeLog.d/fix-pkcs12-null-password.txt @@ -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.