aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWilliam Woodruff <william@yossarian.net>2024-03-04 19:44:20 -0500
committerGitHub <noreply@github.com>2024-03-05 00:44:20 +0000
commit8221e18abdb361c3e249809de0f6228c3d12c55d (patch)
treeea6939b42cb56177f75d81063799b2deb67da157 /tests
parente1d313af94b75e38dfb9f4f5123e5dd5243d89bc (diff)
downloadpyca-cryptography-8221e18abdb361c3e249809de0f6228c3d12c55d.zip
pyca-cryptography-8221e18abdb361c3e249809de0f6228c3d12c55d.tar.gz
pyca-cryptography-8221e18abdb361c3e249809de0f6228c3d12c55d.tar.bz2
test_limbo: skip non-SERVER cases for now (#10538)
* test_limbo: skip non-SERVER cases for now Signed-off-by: William Woodruff <william@yossarian.net> * Bump x509-limbo and/or wycheproof in CI --------- Signed-off-by: William Woodruff <william@yossarian.net> Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/x509/verification/test_limbo.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/x509/verification/test_limbo.py b/tests/x509/verification/test_limbo.py
index edcb0fc..1334824 100644
--- a/tests/x509/verification/test_limbo.py
+++ b/tests/x509/verification/test_limbo.py
@@ -73,6 +73,9 @@ LIMBO_SKIP_TESTCASES = {
# with what webpki and rustls do, but inconsistent with Go and OpenSSL.
"rfc5280::ca-as-leaf",
"pathlen::validation-ignores-pathlen-in-leaf",
+ # Client testcases are not supported yet.
+ "rfc5280::nc::nc-permits-email-exact",
+ "rfc5280::nc::nc-permits-email-domain",
}