Add cipher abstraction and test cases for OFB block mode

Adds OFB as additional block mode in the cipher abstraction, and additional
test cases for that block mode.
This commit is contained in:
Simon Butcher 2018-04-22 22:58:07 +01:00
parent 0301884f00
commit 8c0fd1e881
6 changed files with 218 additions and 1 deletions

View file

@ -5,6 +5,8 @@ mbed TLS ChangeLog (Sorted per branch, date)
Features
* Add support for ARIA cipher (RFC 5794) and associated TLS ciphersuites
(RFC 6209). Disabled by default, see MBEDTLS_ARIA_C in config.h
* Add additional block mode, OFB (Output Feedback), to the AES module and
cipher abstraction module.
API Changes
* Extend the platform module with a util component that contains