2021-05-31 10:25:01 +00:00
|
|
|
API changes
|
2021-06-01 07:40:53 +00:00
|
|
|
* For multi-part AEAD operations with the cipher module, calling
|
2021-05-31 10:25:01 +00: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 07:40:53 +00:00
|
|
|
anything with the currently implemented AEADs, so in practice it was
|
2021-05-31 10:25:01 +00:00
|
|
|
possible to skip calling it, which is no longer supported.
|