-
Notifications
You must be signed in to change notification settings - Fork 173
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
addReference with empty URI i.e. URI=""
#268
Comments
URI=""
URI=""
URI=""
URI=""
Went through the code and was able to find the way to sign the document and add the reference with The It can be achieve something like sign.addReference("/*", undefined, undefined, undefined, undefined, undefined, true); |
@LoneRifle Probably you can help here. Suggestion: The 4th argument in If you agree, I would be happy to implement it. Also, It would be nice to add this to the documentation. |
I'm having issues when using isEmptyUri=true. When I try isEmptyUri = false I can verify my signature and it is all good but, When try isEmptyUri = true I get the bellow error when verifying the signature VERIFY ERROR: @jaikathuria are you having the same issue? |
Not actually. I had to sign the XML to be verified by an external library and I was only able to validate it with I didn't try to verify the XML myself though. How you are trying to sign and verify, I might be able to assist. |
Feel free to put up a PR that includes some better documentation about this or that improves the user experience. |
Couldn't find a way to sign the whole XML document and have the URL as an empty string while adding the reference
The text was updated successfully, but these errors were encountered: