Manuel Pégourié-Gonnard | ee57ebe | 2021-05-31 12:25:01 +0200 | [diff] [blame] | 1 | API changes |
Manuel Pégourié-Gonnard | c01b87b | 2021-06-01 09:40:53 +0200 | [diff] [blame] | 2 | * For multi-part AEAD operations with the cipher module, calling |
Manuel Pégourié-Gonnard | ee57ebe | 2021-05-31 12:25:01 +0200 | [diff] [blame] | 3 | 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é-Gonnard | c01b87b | 2021-06-01 09:40:53 +0200 | [diff] [blame] | 5 | anything with the currently implemented AEADs, so in practice it was |
Manuel Pégourié-Gonnard | ee57ebe | 2021-05-31 12:25:01 +0200 | [diff] [blame] | 6 | possible to skip calling it, which is no longer supported. |