mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 12:25:39 +01:00
Add a changelog entry for Everest ECDH (X25519)
This commit is contained in:
parent
92a925c0bc
commit
1d9b2832de
@ -31,6 +31,13 @@ Features
|
||||
changed its IP or port. The feature is enabled at compile-time by setting
|
||||
MBEDTLS_SSL_DTLS_CONNECTION_ID (disabled by default), and at run-time
|
||||
through the new APIs mbedtls_ssl_conf_cid() and mbedtls_ssl_set_cid().
|
||||
* New implementation of X25519 (ECDH using Curve25519) from Project Everest
|
||||
(https://project-everest.github.io/). It can be enabled at compile time
|
||||
with MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED. This implementation is formally
|
||||
verified and significantly faster, but is only supported on x86 platforms
|
||||
(32-bit and 64-bit) using GCC, Clang or Visual Studio. Contributed by
|
||||
Christoph Wintersteiger from Microsoft Research.
|
||||
|
||||
|
||||
API Changes
|
||||
* Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,
|
||||
|
Loading…
Reference in New Issue
Block a user