ChangeLog: Use Steven Cooreman's correct name

This commit is contained in:
Jaeden Amero 2018-01-11 16:35:44 +00:00
parent 31f3f0b87b
commit 91d49e8b6a

View file

@ -46,7 +46,7 @@ Features
* 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.
MBEDTLS_CMAC_ALT). Submitted by Steven Cooreman, Silicon Labs.
* Add support for alternative implementations of GCM, selected by the
configuration flag MBEDTLS_GCM_ALT.
* Add support for alternative implementations for ECDSA, controlled by new