From e2ae938d435d7b2dd9dbd93f4ee01af27ccd864d Mon Sep 17 00:00:00 2001 From: jsing <> Date: Tue, 31 Mar 2026 13:37:45 +0000 Subject: Run new test certificate bundles through Go's verifier. --- src/regress/lib/libcrypto/certs/verify_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/regress/lib/libcrypto/certs/verify_test.go b/src/regress/lib/libcrypto/certs/verify_test.go index fa0a34f49f..80c889e013 100644 --- a/src/regress/lib/libcrypto/certs/verify_test.go +++ b/src/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 { -- cgit v1.2.3-55-g6feb