[openssl/openssl] 283f6b: [test] check late AAD rejection across AEADs
"'Billy Brumley' via openssl-commits" <[email protected]> Mon, 13 Jul 2026 08:41:35 -0700
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 283f6bd6bff8aa0ca019573fdaea10d0bfea0067
https://github.com/openssl/openssl/commit/283f6bd6bff8aa0ca019573fdaea10d0bfea0067
Author: Billy Brumley <[email protected]>
Date: 2026-07-13 (Mon, 13 Jul 2026)
Changed paths:
M providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
M test/evp_extra_test.c
Log Message:
-----------
[test] check late AAD rejection across AEADs
A late AAD update (AAD supplied after the payload has started) must be
rejected, and reported the same way, for every AEAD. #31673 checked this
for ChaCha20-Poly1305 alone, so this change extends it to all AEADs.
test_evp_aead_late_aad covers both the encrypt and decrypt directions and
asserts ERR_LIB_PROV / PROV_R_UPDATE_CALL_OUT_OF_ORDER on the late update.
Assisted-by: Claude:claude-opus-4-8
Reviewed-by: Daniel Kubec <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
MergeDate: Mon Jul 13 15:40:39 2026
(Merged from https://github.com/openssl/openssl/pull/31906)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
--
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/master/28071a-283f6b%40github.com.