russellhaering / goxmldsig

Pure Go implementation of XML Digital Signatures
Apache License 2.0
154 stars 127 forks source link

Fix canonicalization #62

Closed pboyd04 closed 4 years ago

pboyd04 commented 4 years ago

If you have an unused namespace at the root level currently it is eliminated by canonicalization, however libxml2/libxmlsec leave them alone.