From a49d4a66071f7f54cd547a58e294a58a3f6df4de Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Thu, 14 Feb 2019 17:19:23 +0000 Subject: [PATCH] Adapt ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 67a3722cc..26869a0f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -87,6 +87,11 @@ Bugfix extensions in CSRs and CRTs that caused these bitstrings to not be encoded correctly as trailing zeroes were not accounted for as unused bits in the leading content octet. Fixes #1610. + * Fix missing bounds checks in X.509 parsing functions that could + lead to successful parsing of ill-formed X.509 CRTs. Fixes #2437. + * Fix multiple X.509 functions previously returning ASN.1 low-level error + codes to always wrap these codes into X.509 high level error codes before + returning. Fixes #2431. Changes * Include configuration file in all header files that use configuration,