mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 10:38:41 +00:00
Update ChangeLog
Update ChangeLog according to Andres seggestion
This commit is contained in:
parent
433f39c437
commit
8b766218a8
1 changed files with 3 additions and 2 deletions
|
@ -38,8 +38,9 @@ Changes
|
|||
by Jean-Philippe Aumasson.
|
||||
* Add support for alternative implementation for ECDH, controlled by new
|
||||
configuration flag MBEDTLS_ECDH_ALT in config.h.
|
||||
Alternative Ecdh is supported for implementation of `mbedtls_ecdh_gen_public`
|
||||
and `mbedtls_ecdh_compute_shared`.
|
||||
The following functions from the ECDH module can be replaced
|
||||
with an alternative implementation:
|
||||
mbedtls_ecdh_gen_public() and mbedtls_ecdh_compute_shared().
|
||||
|
||||
= mbed TLS 2.5.0 branch released 2017-05-17
|
||||
|
||||
|
|
Loading…
Reference in a new issue