summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2026-03-31 13:37:45 +0000
committerjsing <>2026-03-31 13:37:45 +0000
commite2ae938d435d7b2dd9dbd93f4ee01af27ccd864d (patch)
tree55d1450424cfbe2df1c3df0453b1c5c69d53eae0 /src
parent5dfea9a73c261844c01f9d5cb3f0972a24e2ba98 (diff)
downloadopenbsd-e2ae938d435d7b2dd9dbd93f4ee01af27ccd864d.tar.gz
openbsd-e2ae938d435d7b2dd9dbd93f4ee01af27ccd864d.tar.bz2
openbsd-e2ae938d435d7b2dd9dbd93f4ee01af27ccd864d.zip
Run new test certificate bundles through Go's verifier.
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/certs/verify_test.go2
1 files changed, 2 insertions, 0 deletions
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) {
51 {"11b", 1}, // Cross signed with expired intermediate. 51 {"11b", 1}, // Cross signed with expired intermediate.
52 {"12a", 1}, // Cross signed with expired intermediate. 52 {"12a", 1}, // Cross signed with expired intermediate.
53 {"13a", 1}, // Cross signed with expired root. 53 {"13a", 1}, // Cross signed with expired root.
54 {"14a", 1}, // Deep chain (32 certificates including root and leaf).
55 {"14b", 1}, // Deep chain (33 certificates including root and leaf).
54 } 56 }
55 57
56 for _, test := range tests { 58 for _, test := range tests {