From a1a6a093d1a890b18821701c464e83e40b1baa7a Mon Sep 17 00:00:00 2001 From: beck <> Date: Fri, 27 Aug 2021 16:15:42 +0000 Subject: Add regress test testing having the root cert in the intermediate bundle --- src/regress/lib/libcrypto/x509/verify.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/regress/lib/libcrypto/x509/verify.c') diff --git a/src/regress/lib/libcrypto/x509/verify.c b/src/regress/lib/libcrypto/x509/verify.c index 9ef68cd5ab..259854ef12 100644 --- a/src/regress/lib/libcrypto/x509/verify.c +++ b/src/regress/lib/libcrypto/x509/verify.c @@ -1,4 +1,4 @@ -/* $OpenBSD: verify.c,v 1.5 2020/11/18 06:56:07 tb Exp $ */ +/* $OpenBSD: verify.c,v 1.6 2021/08/27 16:15:42 beck Exp $ */ /* * Copyright (c) 2020 Joel Sing * Copyright (c) 2020 Bob Beck @@ -238,6 +238,10 @@ struct verify_cert_test verify_cert_tests[] = { .id = "2b", .want_chains = 0, }, + { + .id = "2c", + .want_chains = 1, + }, { .id = "3a", .want_chains = 1, -- cgit v1.2.3-55-g6feb