mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-30 03:06:29 +01:00
Merge remote-tracking branch 'upstream-restricted/pr/461' into development-restricted-proposed
This commit is contained in:
commit
f2b76cd45c
2 changed files with 51 additions and 10 deletions
|
|
@ -9,6 +9,12 @@ Security
|
|||
a non DER-compliant certificate correctly signed by a trusted CA, or a
|
||||
trusted CA with a non DER-compliant certificate. Found by luocm on GitHub.
|
||||
Fixes #825.
|
||||
* Fix buffer length assertion in the ssl_parse_certificate_request()
|
||||
function which leads to an arbitrary overread of the message buffer. The
|
||||
overreads could occur upon receiving a message malformed at the point
|
||||
where an optional signature algorithms list is expected in the cases of
|
||||
the signature algorithms section being too short. In the debug builds
|
||||
the overread data is printed to the standard output.
|
||||
|
||||
Features
|
||||
* Add option MBEDTLS_AES_FEWER_TABLES to dynamically compute 3/4 of the AES tables
|
||||
|
|
@ -55,6 +61,9 @@ Bugfix
|
|||
in the internal buffers; these cases lead to deadlocks in case
|
||||
event-driven I/O was used.
|
||||
Found and reported by Hubert Mis in #772.
|
||||
* Fix buffer length assertions in the ssl_parse_certificate_request()
|
||||
function which leads to a potential one byte overread of the message
|
||||
buffer.
|
||||
|
||||
Changes
|
||||
* Remove some redundant code in bignum.c. Contributed by Alexey Skalozub.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue