1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #4996 from mprse/mbedtls_cipher_setup_psa_ECB

Fix test gap: mbedtls_cipher_setup_psa() with ECB
This commit is contained in:
Gilles Peskine
2021-10-01 14:49:10 +02:00
committed by GitHub
4 changed files with 107 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
Bugfix
* Fix mbedtls_cipher_crypt: AES-ECB when MBEDTLS_USE_PSA_CRYPTO is enabled.