We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0599f commit 242779fCopy full SHA for 242779f
signxml/verifier.py
@@ -309,7 +309,7 @@ def verify(
309
from signxml import XMLVerifier, SignatureConfiguration
310
config = SignatureConfiguration(location="./")
311
XMLVerifier(...).verify(..., expect_config=config)
312
-
+
313
Depending on the canonicalization method used by the signature, comments in the XML data may not be subject to
314
signing, so may need to be untrusted. If so, they are excised from the return value of ``verify()``.
315
0 commit comments