mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-04 09:10:19 +02:00
Fix bug in ssl_write_supported_elliptic_curves_ext
Passing invalid curves to mbedtls_ssl_conf_curves caused a crash later in ssl_write_supported_elliptic_curves_ext. #373
This commit is contained in:
@@ -9,6 +9,8 @@ Bugfix
|
||||
* Fix issue in Makefile that prevented building using armar. #386
|
||||
* Fix bug in mbedtls_x509_crt_parse that caused trailing extra data in the
|
||||
buffer after DER certificates to be included in the raw representation.
|
||||
* Fix issue that caused a crash if invalid curves were passed to
|
||||
mbedtls_ssl_conf_curves. #373
|
||||
|
||||
Changes
|
||||
* On ARM platforms, when compiling with -O0 with GCC, Clang or armcc5,
|
||||
|
||||
Reference in New Issue
Block a user