1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Remove temporary AEAD CCM implementation

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
Paul Elliott
2021-05-20 18:57:02 +01:00
parent e715f88d9d
commit 60aa203e30
6 changed files with 35 additions and 256 deletions

View File

@ -3756,14 +3756,6 @@
*/
//#define MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
/**
* Internal define that removes the zeroization of the output when decrypting
* CCM and the tag check fails. This is for internal use only, and was added so
* that PSA multipart CCM could be implmented. This option will be removed at
* some point in the future when proper CCM multipart support is implemented.
* Use at own risk.
*/
//#define MBEDTLS_INTERNAL_CCM_NO_ZEROIZE_ON_TAG_FAIL
/* \} name SECTION: Customisation configuration options */
/* Target and application specific configurations