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 3132e15 commit 0500462Copy full SHA for 0500462
test/test.py
@@ -739,7 +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,
+ "wrong-sign-cert-digest": InvalidDigest,
743
"sigPolStore-noDigest": InvalidInput,
744
}
745
for sig_file in glob(os.path.join(os.path.dirname(__file__), "xades", "*.xml")):
0 commit comments