XML-Security / signxml

Python XML Signature and XAdES library
https://xml-security.github.io/signxml/
Apache License 2.0
137 stars 109 forks source link

Option to disable transform from signature generated by signxml #227

Open shashimaheshwar opened 1 year ago

shashimaheshwar commented 1 year ago

At this moment there's no way I could disable transform other than by editing the code of the signxml. Is there a chance this could be resolved by adding some sort of switch?

kislyuk commented 1 year ago

Thank you for your interest in SignXML. At this time I don't see how adding a switch for this purpose would be useful. Failure to process a reference transform node indicates a counterparty that uses a flawed and probably non-compliant XML Signature implementation. Can you tell us what software your counterparty uses that requires the absence of a Transform node at that location?