2021-05-31 12:25:01 +02:00
|
|
|
API changes
|
2021-06-01 09:40:53 +02:00
|
|
|
* For multi-part AEAD operations with the cipher module, calling
|
2021-05-31 12:25:01 +02:00
|
|
|
mbedtls_cipher_finish() is now mandatory. Previously the documentation
|
|
|
|
was unclear on this point, and this function happened to never do
|
2021-06-01 09:40:53 +02:00
|
|
|
anything with the currently implemented AEADs, so in practice it was
|
2021-05-31 12:25:01 +02:00
|
|
|
possible to skip calling it, which is no longer supported.
|