diff options
author | tb <> | 2021-04-27 05:14:25 +0000 |
---|---|---|
committer | tb <> | 2021-04-27 05:14:25 +0000 |
commit | 6a744b8196550e9cfe1325ade8096c8849e75d67 (patch) | |
tree | f9242cbb2595d7caa224b7eac2c8be1f0a407264 | |
parent | 05d12eaff3684c531b3d36e69fa663830294b6bd (diff) | |
download | openbsd-6a744b8196550e9cfe1325ade8096c8849e75d67.tar.gz openbsd-6a744b8196550e9cfe1325ade8096c8849e75d67.tar.bz2 openbsd-6a744b8196550e9cfe1325ade8096c8849e75d67.zip |
test-verify-unusual-wildcard-cert is no longer expected to fail with
lib/libcrypto/x509/x509_constraints.c r1.16
-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 |