mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 16:05:43 +01:00
Correct placement of ChangeLog entry
This commit is contained in:
parent
c74ce446b9
commit
5549f46373
10
ChangeLog
10
ChangeLog
@ -38,6 +38,11 @@ Bugfix
|
|||||||
for the parameter.
|
for the parameter.
|
||||||
* Add a check for MBEDTLS_X509_CRL_PARSE_C in ssl_server2, guarding the crl
|
* Add a check for MBEDTLS_X509_CRL_PARSE_C in ssl_server2, guarding the crl
|
||||||
sni entry parameter. Reported by inestlerode in #560.
|
sni entry parameter. Reported by inestlerode in #560.
|
||||||
|
* 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
|
||||||
* Return from various debugging routines immediately if the
|
* Return from various debugging routines immediately if the
|
||||||
@ -87,11 +92,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
|
||||||
* Include configuration file in all header files that use configuration,
|
* Include configuration file in all header files that use configuration,
|
||||||
|
Loading…
Reference in New Issue
Block a user