mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:15:43 +01:00
Add Changelog entry
This commit is contained in:
parent
5224a7544c
commit
7fa1ae70c8
@ -17,6 +17,8 @@ Security
|
|||||||
implementation allowed an offline 2^80 brute force attack on the
|
implementation allowed an offline 2^80 brute force attack on the
|
||||||
HMAC key of a single, uninterrupted connection (with no
|
HMAC key of a single, uninterrupted connection (with no
|
||||||
resumption of the session).
|
resumption of the session).
|
||||||
|
* Fix a buffer overread in ssl_parse_server_psk_hint() that could cause a
|
||||||
|
crash on invalid input.
|
||||||
|
|
||||||
Features
|
Features
|
||||||
* Extend PKCS#8 interface by introducing support for the entire SHA
|
* Extend PKCS#8 interface by introducing support for the entire SHA
|
||||||
@ -44,6 +46,8 @@ Bugfix
|
|||||||
Nick Wilson on issue #355
|
Nick Wilson on issue #355
|
||||||
* In test_suite_pk, pass valid parameters when testing for hash length
|
* In test_suite_pk, pass valid parameters when testing for hash length
|
||||||
overflow. #1179
|
overflow. #1179
|
||||||
|
* Fix a possible arithmetic overflow in ssl_parse_server_psk_hint() that
|
||||||
|
could cause a key exchange to fail on valid data.
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Fix tag lengths and value ranges in the documentation of CCM encryption.
|
* Fix tag lengths and value ranges in the documentation of CCM encryption.
|
||||||
|
Loading…
Reference in New Issue
Block a user