1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-16 18:24:23 +00:00

Run new test certificate bundles through Go's verifier.

This commit is contained in:
jsing
2026-03-31 13:37:45 +00:00
parent 2af75b58ad
commit 7d5b0b9756

View File

@@ -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 {