mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 16:31:09 +00:00
Changelog entry
This commit is contained in:
parent
302be2fce4
commit
128bcbea1a
|
@ -15,6 +15,11 @@ Security
|
||||||
where an optional signature algorithms list is expected in the cases of
|
where an optional signature algorithms list is expected in the cases of
|
||||||
the signature algorithms section being too short. In the debug builds
|
the signature algorithms section being too short. In the debug builds
|
||||||
the overread data is printed to the standard output.
|
the overread data is printed to the standard output.
|
||||||
|
* Fix a client-side bug in the validation of the server's ciphersuite choice
|
||||||
|
potentially leading to the client accepting a ciphersuite it didn't offer
|
||||||
|
or one that cannot be used with the (D)TLS version chosen by the server.
|
||||||
|
This may lead to corruption of internal data structures for some
|
||||||
|
configurations.
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
* Add missing dependencies in test suites that led to build failures
|
* Add missing dependencies in test suites that led to build failures
|
||||||
|
@ -35,8 +40,6 @@ Bugfix
|
||||||
* Fix buffer length assertions in the ssl_parse_certificate_request()
|
* Fix buffer length assertions in the ssl_parse_certificate_request()
|
||||||
function which leads to a potential one byte overread of the message
|
function which leads to a potential one byte overread of the message
|
||||||
buffer.
|
buffer.
|
||||||
* Fix cipher suite validation in ssl_parse_server_hello() by performing same
|
|
||||||
checks as performed in ssl_write_client_hello().
|
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Improve testing in configurations that omit certain hashes or
|
* Improve testing in configurations that omit certain hashes or
|
||||||
|
|
Loading…
Reference in a new issue