Correct placement of ChangeLog entry
This commit is contained in:
parent
3cddba887a
commit
3c03a881eb
10
ChangeLog
10
ChangeLog
@ -49,6 +49,11 @@ Bugfix
|
|||||||
* Set the next sequence of the subject_alt_name to NULL when deleting
|
* Set the next sequence of the subject_alt_name to NULL when deleting
|
||||||
sequence on failure. Found and fix suggested by Philippe Antoine.
|
sequence on failure. Found and fix suggested by Philippe Antoine.
|
||||||
Credit to OSS-Fuzz.
|
Credit to OSS-Fuzz.
|
||||||
|
* 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.
|
||||||
|
|
||||||
API Changes
|
API Changes
|
||||||
* Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,
|
* Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,
|
||||||
@ -130,11 +135,6 @@ Bugfix
|
|||||||
extensions in CSRs and CRTs that caused these bitstrings to not be encoded
|
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
|
correctly as trailing zeroes were not accounted for as unused bits in the
|
||||||
leading content octet. Fixes #1610.
|
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
|
Changes
|
||||||
* Reduce RAM consumption during session renegotiation by not storing
|
* Reduce RAM consumption during session renegotiation by not storing
|
||||||
|
Loading…
Reference in New Issue
Block a user