We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6352c78 commit 3132e15Copy full SHA for 3132e15
test/test.py
@@ -739,8 +739,7 @@ def test_xades_interop_examples(self):
739
"unsupported-signature-algorithm": InvalidInput,
740
"corrupted-cert": etree.DocumentInvalid, # FIXME - flaky validation
741
"cert-v2-wrong-digest": InvalidDigest,
742
- "wrong-sign-cert-digest": InvalidDigest,
743
- "nonconformant-X_BE_CONN_10": InvalidDigest,
+ "wrong-sign-cert-digest": InvalidDigest,
744
"sigPolStore-noDigest": InvalidInput,
745
}
746
for sig_file in glob(os.path.join(os.path.dirname(__file__), "xades", "*.xml")):
0 commit comments