Add ChangeLog entry

Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
This commit is contained in:
Tom Cosgrove 2022-09-30 18:10:58 +01:00
parent c621a6d38f
commit 51a0163828

View file

@ -0,0 +1,4 @@
Changes
* Calling AEAD tag-specific functions for non-AEAD algorithms (which should not
be done - they are documented for use only by AES-GCM and ChaCha20+Poly1305)
now returns MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE instead of success (0).