summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-02 13:46:25 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-02 13:53:59 +0100
commit2be2aecf9ec3dc662b2df27494862121f9b0ee0b (patch)
treee7ff16d7dee0d7dcca26b38aa76c779c06268bb8 /tests
parent1aa734d74ddad776de76807954b3ba5e4647d82d (diff)
downloadgnutls-2be2aecf9ec3dc662b2df27494862121f9b0ee0b.tar.gz
check pathlen constraints.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/suite/chain2
-rw-r--r--tests/suite/x509paths/README1
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/suite/chain b/tests/suite/chain
index 35bc541c93..f1967c9811 100755
--- a/tests/suite/chain
+++ b/tests/suite/chain
@@ -24,7 +24,7 @@ CERTTOOL=../../../src/certtool
SUCCESS=" 1 4 7 12 15 16 17 18 24 26 27 30 33 56 57 62 63 "
FAILURE=" 2 3 5 6 8 9 10 11 13 14 19 20 21 22 23 25 28 29 31 32 54 55 58 59 60 61 "
-KNOWN_BUGS=" 15 16 17 18 19 31 32 54 55 58 59 60 61 "
+KNOWN_BUGS=" 15 16 17 18 19 31 32 "
cd x509paths
diff --git a/tests/suite/x509paths/README b/tests/suite/x509paths/README
index 0d5d892b14..d56032dcec 100644
--- a/tests/suite/x509paths/README
+++ b/tests/suite/x509paths/README
@@ -27,4 +27,3 @@ that can verify CRLs on addition. (there is an issue there since the
CRLs that are being added are typically of an intermediate CA which
is not in the trust list to verify them)
-Chain 54-55,58-61: We don't check path length constraints properly. XXX