From c0061b5cd52cb5b2ad7f6358caeee40fedc70896 Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 21 Sep 2020 06:01:44 +0000 Subject: add a few short invalid URIs in test_constraints1() that cause early failure of x509_constraints_uri_host() in x509_constraints_uri() --- src/regress/lib/libcrypto/x509/constraints.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/regress/lib/libcrypto/x509/constraints.c b/src/regress/lib/libcrypto/x509/constraints.c index 6e76f08113..4885ca97b1 100644 --- a/src/regress/lib/libcrypto/x509/constraints.c +++ b/src/regress/lib/libcrypto/x509/constraints.c @@ -390,6 +390,10 @@ test_constraints1(void) "https://www.openbsd.net?", "https://org#", "herp://beck@org:", + "///", + "//", + "/", + "", NULL, }; for (i = 0; constraints[i] != NULL; i++) { -- cgit v1.2.3-55-g6feb