Commit 82d6fa4696 for openssl.org
commit 82d6fa4696871b634f754f18ea2bc04e257b2001
Author: Billy Brumley <bbb@iki.fi>
Date: Wed Sep 16 18:20:29 2026 -0400
CHANGES.md entry for ASCON-AEAD128
see #29934
Reviewed-by: Frederik Wedel-Heinen <fwh.openssl@gmail.com>
Reviewed-by: Paul Yang <paulyang.inf@gmail.com>
Merge-date: Thu Sep 24 08:58:11 2026
Merged-from: https://github.com/openssl/openssl/pull/32862
diff --git a/CHANGES.md b/CHANGES.md
index 2ce0603f9d..8a7d66399e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -62,6 +62,14 @@ OpenSSL 4.2
*Dmitry Belyavskiy*
+ * Added the ASCON-AEAD128 cipher as specified in NIST SP 800-232. ASCON-AEAD128
+ provides authenticated encryption with associated data (AEAD) using 128-bit
+ keys, nonces, and tags. The cipher is available through the EVP interface and
+ the default provider. This implementation only supports byte-aligned inputs
+ and full-length tags.
+
+ *Dominic Cunningham, Billy Bob Brumley*
+
OpenSSL 4.1
-----------