Manuel Pégourié-Gonnard | ee57ebe | 2021-05-31 12:25:01 +0200 | [diff] [blame^] | 1 | API 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. |