From 7d5b0b975630f96a81eeef843ce46fe797149a96 Mon Sep 17 00:00:00 2001 From: jsing Date: Tue, 31 Mar 2026 13:37:45 +0000 Subject: [PATCH] Run new test certificate bundles through Go's verifier. --- regress/lib/libcrypto/certs/verify_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/regress/lib/libcrypto/certs/verify_test.go b/regress/lib/libcrypto/certs/verify_test.go index fa0a34f49fb..80c889e013f 100644 --- a/regress/lib/libcrypto/certs/verify_test.go +++ b/regress/lib/libcrypto/certs/verify_test.go @@ -51,6 +51,8 @@ func TestVerify(t *testing.T) { {"11b", 1}, // Cross signed with expired intermediate. {"12a", 1}, // Cross signed with expired intermediate. {"13a", 1}, // Cross signed with expired root. + {"14a", 1}, // Deep chain (32 certificates including root and leaf). + {"14b", 1}, // Deep chain (33 certificates including root and leaf). } for _, test := range tests {