Fix mis-merged ChangeLog

This commit is contained in:
Manuel Pégourié-Gonnard 2018-07-02 12:05:49 +02:00
parent 95e2ecae95
commit 823c915e59

View File

@ -9,6 +9,10 @@ Features
in ECP, ECDSA, PK and X509 (CRL not supported yet), and using existing
functions in ECDH and SSL (currently only implemented client-side, for
ECDHE-ECDSA ciphersuites with TLS 1.2, including client authentication).
= mbed TLS 2.11.0 branch released 2018-06-18
Features
* Add additional block mode, OFB (Output Feedback), to the AES module and
cipher abstraction module.
* Implement the HMAC-based extract-and-expand key derivation function