Merge remote-tracking branch 'public/pr/2279' into development

This commit is contained in:
Simon Butcher 2018-12-20 12:01:49 +00:00
commit 0bbf7f450d
7 changed files with 276 additions and 37 deletions

View file

@ -48,6 +48,7 @@ API Changes
* Deprecate the Blowfish error MBEDTLS_ERR_BLOWFISH_INVALID_KEY_LENGTH
in favour of a new generic error MBEDTLS_ERR_BLOWFISH_BAD_INPUT_DATA.
* Add validation checks for input parameters to functions in the CCM module.
* Add validation checks for input parameters to functions in the GCM module.
New deprecations
* Deprecate mbedtls_ctr_drbg_update and mbedtls_hmac_drbg_update