summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib')
-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 {