[openssl/openssl] eaa4a5: x509: replace x509_memfail with in-tree mfail tests
"'Jakub Zelenka' via openssl-commits" <[email protected]> Mon, 27 Jul 2026 03:14:33 -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: eaa4a57017ce9bca0e1130611f48f27a2b29dac7
https://github.com/openssl/openssl/commit/eaa4a57017ce9bca0e1130611f48f27a2b29dac7
Author: Jakub Zelenka <[email protected]>
Date: 2026-07-27 (Mon, 27 Jul 2026)
Changed paths:
M test/build.info
M test/recipes/90-test_memfail.t
M test/x509_load_cert_file_test.c
R test/x509_memfail.c
M test/x509_test.c
Log Message:
-----------
x509: replace x509_memfail with in-tree mfail tests
The standalone x509_memfail is superseded by mfail tests. They cover
the certificate parse, self-signature verification and issuer name
hashing paths.
Two new mfail tests still need NO_CHECK because a certificate still
parses with an undecoded public key, and EVP_DigestVerifyFinal falls
back to the original context when its EVP_PKEY_CTX_dup optimisation
fails. The issuer name hashing propagates cleanly and runs checked.
Assisted-by: Claude:claude-opus-4-8
Reviewed-by: Nikola Pajkovsky <[email protected]>
Reviewed-by: Andrew Dinh <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
MergeDate: Mon Jul 27 10:13:22 2026
(Merged from https://github.com/openssl/openssl/pull/31901)
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/1e9b70-eaa4a5%40github.com.