-
Notifications
You must be signed in to change notification settings - Fork 113
C14n
Aleksey Sanin edited this page Apr 11, 2026
·
2 revisions
Both XML Signature and XML Encryption use XML Canonicalization standards to produce canonical form of the original XML document. Except for limitations regarding a few unusual cases, if two documents have the same canonical form, then the two documents are logically equivalent within the given application context. Implementation of both these standards were included in LibXML2 library because these algorithms could be interested for other applications as well.
- Canonical XML 1.0 (included in LibXML2 library)
- Exclusive Canonical XML 1.0 (included in LibXML2 library)
- Canonical XML 1.1 (included in LibXML2 library)