This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch 4.1.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit f5a3b746c1de39a613b013d282a735d1afae8d95 Author: Guillaume Nodet <[email protected]> AuthorDate: Wed Apr 22 10:29:21 2026 +0100 Regenerate expired certificates in subjalt.jks for HostnameVerificationTest (#2965) Four of the five certificates in subjalt.jks (subjaltmatch, subjaltnomatch, nosubjaltcnmatch, nosubjaltcnnomatch) expired on December 15, 2024, causing HostnameVerificationTest and HostnameVerificationDeprecatedTest to fail. Regenerated all four certificates with the same DN and SAN values, using 10-year validity (until 2036). The fifth certificate (nosubjaltcnmatchwildcard) remains valid until 2028 and was not changed. Co-authored-by: Claude Opus 4.6 <[email protected]> (cherry picked from commit 69bdc52e04d330b43adc33a54f0473f62bb2b31b) --- testutils/src/test/resources/keys/subjalt.jks | Bin 11103 -> 11110 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/testutils/src/test/resources/keys/subjalt.jks b/testutils/src/test/resources/keys/subjalt.jks index bd33b38bb0..596bf45f34 100644 Binary files a/testutils/src/test/resources/keys/subjalt.jks and b/testutils/src/test/resources/keys/subjalt.jks differ
