mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-04 09:19:57 +00:00
ssl_tls: Enable Suite B with subset of ECP curves
Make sure the code compiles even if some curves are not defined. Fixes #1591
This commit is contained in:
committed by
Jaeden Amero
parent
4f4af6e2ef
commit
d431104926
@@ -70,6 +70,8 @@ Bugfix
|
||||
* Fix Visual Studio Release x64 build configuration by inheriting
|
||||
PlatformToolset from the project configuration. Fixes #1430 reported by
|
||||
irwir.
|
||||
* Enable Suite B with subset of ECP curves. Make sure the code compiles even
|
||||
if some curves are not defined. Fixes #1591 reported by dbedev.
|
||||
|
||||
API Changes
|
||||
* Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,
|
||||
|
||||
Reference in New Issue
Block a user