blob: 0c8f7db9901d2f851f124ff4d65467b604206ac1 [file] [log] [blame]
Manuel Pégourié-Gonnardee57ebe2021-05-31 12:25:01 +02001API changes
2 * For multi-part AEAD operations with the Cipher module, calling
3 mbedtls_cipher_finish() is now mandatory. Previously the documentation
4 was unclear on this point, and this function happened to never do
5 anything with the currently implemented AEADs, so in practice is was
6 possible to skip calling it, which is no longer supported.