russellhaering / goxmldsig

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

Fuzz Testing #24

Open russellhaering opened 7 years ago

russellhaering commented 7 years ago

Use go-fuzz to compare compare our canonicalization's to those generated by another implementation.

aodhan-domhnaill commented 3 years ago

@russellhaering Do you have another implementation in mind? I am trying to implement XAdES and I believe I am having trouble with the Canonicalizations because digests aren't matching.