mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-20 23:46:44 +08:00

* PKCS#7 padding always adds at least one byte of padding, so test data with plaintext length = ciphertext length could not have been correct. * CTR has plaintext length = ciphertext length, so test data with differing lengths could not have been correct.