mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-11 05:15:34 +00:00
Update change log
This commit is contained in:
parent
8e0b1166b6
commit
bcb8149510
|
@ -46,6 +46,8 @@ Security
|
||||||
* Change default choice of DHE parameters from untrustworthy RFC 5114
|
* Change default choice of DHE parameters from untrustworthy RFC 5114
|
||||||
to RFC 3526 containing parameters generated in a nothing-up-my-sleeve
|
to RFC 3526 containing parameters generated in a nothing-up-my-sleeve
|
||||||
manner.
|
manner.
|
||||||
|
* Fix a buffer overread in ssl_parse_server_psk_hint() that could cause a
|
||||||
|
crash on invalid input.
|
||||||
|
|
||||||
Features
|
Features
|
||||||
* Allow comments in test data files.
|
* Allow comments in test data files.
|
||||||
|
@ -180,6 +182,8 @@ Bugfix
|
||||||
* In mbedtls_entropy_free(), properly free the message digest context.
|
* In mbedtls_entropy_free(), properly free the message digest context.
|
||||||
* Fix status handshake status message in programs/ssl/dtls_client.c. Found
|
* Fix status handshake status message in programs/ssl/dtls_client.c. Found
|
||||||
and fixed by muddog.
|
and fixed by muddog.
|
||||||
|
* Fix a possible arithmetic overflow in ssl_parse_server_psk_hint() that
|
||||||
|
could cause a key exchange to fail on valid data.
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Extend cert_write example program by options to set the certificate version
|
* Extend cert_write example program by options to set the certificate version
|
||||||
|
|
Loading…
Reference in a new issue