-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
digest do not match #46
Comments
Is there more to the |
here is full xml https://pastecode.io/s/33vn08oc xmlsec1 --sign --output original.xml --privkey-pem private.key,name.crt signed.xml could you please recommend which other library? Thanks |
I can't see that paste. Is xmlsec1 transforming the xml differently than this library? My assumption is the issue comes from moov-io/signedxml missing some of the c14n logic. |
DigestValue is different with xmlsec1 |
This seems like it has the same issue and not resolved, as #47? |
I still get this error with signedxml v1.2.1. The following XML file with signature was generated with xmlsec1, I can sucessfully verify it with validator, _ := signedxml.NewValidator(xmlData)
xmlv, err := validator.ValidateReferences() I get |
I get the same error with your fork of |
I get error The digest of soapBody was not correct.
any idea @adamdecaf why it could happen?
The text was updated successfully, but these errors were encountered: