Add ChangeLog entry for CCM_ALT

Edit the CMAC_ALT ChangeLog entry to mention CCM_ALT which was added
in a sister PR and is being merged together.

Use full name rather than Github id as attribution.

Move the entry under "Features" for better consistency with historical
practice.
This commit is contained in:
Gilles Peskine 2018-01-02 16:04:19 +01:00
parent 3fcc045c23
commit 618d091f2a

View file

@ -18,6 +18,8 @@ Features
line arguments.
* New unit tests for timing. Improve the self-test to be more robust
when run on a heavily-loaded machine.
* Add alternative implementation support for CCM and CMAC (MBEDTLS_CCM_ALT,
MBEDTLS_CMAC_ALT). Submitted by Steve Cooreman, Silicon Labs.
New deprecations
* Deprecate usage of RSA primitives with non-matching key-type
@ -71,8 +73,6 @@ Changes
* Extend cert_write example program by options to set the CRT version
and the message digest. Further, allow enabling/disabling of authority
identifier, subject identifier and basic constraints extensions.
* Add hardware acceleration support for cmac, with the configuration definition
of `MBEDTLS_CMAC_ALT`. Submitted by stevew817
= mbed TLS 2.6.0 branch released 2017-08-10