diff options
Diffstat (limited to 'src/regress/lib/libcrypto/x509/constraints.c')
-rw-r--r-- | src/regress/lib/libcrypto/x509/constraints.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/x509/constraints.c b/src/regress/lib/libcrypto/x509/constraints.c index 86ed8faf14..6e76f08113 100644 --- a/src/regress/lib/libcrypto/x509/constraints.c +++ b/src/regress/lib/libcrypto/x509/constraints.c | |||
@@ -152,6 +152,10 @@ unsigned char *invaliduri[] = { | |||
152 | "https://.www.openbsd.org/", | 152 | "https://.www.openbsd.org/", |
153 | "https://www.ope|nbsd.org%", | 153 | "https://www.ope|nbsd.org%", |
154 | "https://www.openbsd.org.#", | 154 | "https://www.openbsd.org.#", |
155 | "///", | ||
156 | "//", | ||
157 | "/", | ||
158 | "", | ||
155 | NULL, | 159 | NULL, |
156 | }; | 160 | }; |
157 | 161 | ||