]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add tests for return codes for EVP_CIPHER_CTX_get[block_size|iv_length]
authorNeil Horman <nhorman@openssl.org>
Mon, 11 Dec 2023 18:17:26 +0000 (13:17 -0500)
committerNeil Horman <nhorman@openssl.org>
Thu, 25 Jan 2024 13:36:17 +0000 (08:36 -0500)
commit72062fca2870af4ef789cd5fc3442b3569f52c9b
tree6d206ae1bbbee5a188b8a2f2dfe02572abaa23d7
parent6f22bcd631ab622c2436bc5b299ba2677c388375
Add tests for return codes for EVP_CIPHER_CTX_get[block_size|iv_length]

make sure that we get the expected error codes when we do bad things,
rather than a crash

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22995)
test/tls13encryptiontest.c