diff options
| author | tb <> | 2021-04-27 05:14:25 +0000 |
|---|---|---|
| committer | tb <> | 2021-04-27 05:14:25 +0000 |
| commit | e8c4f5423ab3f33628d149d1121c8ab56398728e (patch) | |
| tree | f9242cbb2595d7caa224b7eac2c8be1f0a407264 /src | |
| parent | 6b2e11072ab9080846b3abc7527db20e0b4df852 (diff) | |
| download | openbsd-e8c4f5423ab3f33628d149d1121c8ab56398728e.tar.gz openbsd-e8c4f5423ab3f33628d149d1121c8ab56398728e.tar.bz2 openbsd-e8c4f5423ab3f33628d149d1121c8ab56398728e.zip | |
test-verify-unusual-wildcard-cert is no longer expected to fail with
lib/libcrypto/x509/x509_constraints.c r1.16
Diffstat (limited to '')
| -rw-r--r-- | src/regress/usr.bin/openssl/x509/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/usr.bin/openssl/x509/Makefile b/src/regress/usr.bin/openssl/x509/Makefile index d038d4bd0f..c61c1a595a 100644 --- a/src/regress/usr.bin/openssl/x509/Makefile +++ b/src/regress/usr.bin/openssl/x509/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.3 2021/03/11 11:57:33 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2021/04/27 05:14:25 tb Exp $ |
| 2 | 2 | ||
| 3 | # Copyright (c) 2021 Jan Klemkow <j.klemkow@wemelug.de> | 3 | # Copyright (c) 2021 Jan Klemkow <j.klemkow@wemelug.de> |
| 4 | # | 4 | # |
| @@ -46,7 +46,6 @@ REGRESS_EXPECTED_FAILURES += test-inlabel-wildcard-cert-no-CA-client | |||
| 46 | REGRESS_EXPECTED_FAILURES += test-unusual-wildcard-cert-no-CA-client | 46 | REGRESS_EXPECTED_FAILURES += test-unusual-wildcard-cert-no-CA-client |
| 47 | REGRESS_EXPECTED_FAILURES += test-common-wildcard-cert-no-CA-client | 47 | REGRESS_EXPECTED_FAILURES += test-common-wildcard-cert-no-CA-client |
| 48 | REGRESS_EXPECTED_FAILURES += test-common-wildcard-cert-CA-client | 48 | REGRESS_EXPECTED_FAILURES += test-common-wildcard-cert-CA-client |
| 49 | REGRESS_EXPECTED_FAILURES += test-verify-unusual-wildcard-cert | ||
| 50 | 49 | ||
| 51 | create-libressl-test-certs: create-libressl-test-certs.pl | 50 | create-libressl-test-certs: create-libressl-test-certs.pl |
| 52 | ${PERL} ${.CURDIR}/$@.pl | 51 | ${PERL} ${.CURDIR}/$@.pl |
