blob: 4ca3a0cc0aa4c54e48bf6007903482c35f9cba3f [file] [log] [blame]
Manuel Pégourié-Gonnardee57ebe2021-05-31 12:25:01 +02001API changes
Manuel Pégourié-Gonnardc01b87b2021-06-01 09:40:53 +02002 * For multi-part AEAD operations with the cipher module, calling
Manuel Pégourié-Gonnardee57ebe2021-05-31 12:25:01 +02003 mbedtls_cipher_finish() is now mandatory. Previously the documentation
4 was unclear on this point, and this function happened to never do
Manuel Pégourié-Gonnardc01b87b2021-06-01 09:40:53 +02005 anything with the currently implemented AEADs, so in practice it was
Manuel Pégourié-Gonnardee57ebe2021-05-31 12:25:01 +02006 possible to skip calling it, which is no longer supported.