-
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
[ENHANCEMENT]: Making the signature wrap the content that it's signing #466
Comments
Seems like you are trying to add
At least one enabler is missing from this library (and this issue seems to be duplicate of): |
Perhaps some of the things I've played around with in #464 are helpful to you. I don't need this functionality, so I'm planing around with it in my spare time. Feel free to push to that branch and I'll make sure to give you credit when it lands. |
@srd90 that is exactly what I'm trying to do. I'm sorry I didn't realize a similar issue was already open. In this case this one can be closed. @cjbarth thank you! Since I couldn't really figure out initially with this package, and had a strict deadline, I just decided to make a custom Java script that does this instead. Otherwise I would have loved to test your branch. Thanks for the help guys. I'll close this issue now that there's already #446 |
@mhd3v , I'm glad you got it working. If you test some existing branches, or put up the code you've added, we can work to get it added to the mainline so that you won't have to maintain custom code all by yourself. It would also help the community. |
Is your feature request related to a problem? Please describe...
Hi, thank you so much for creating this amazing package. I am trying to make the signature element wrap the content that it is using to generate the signature. Is this possible with this package? I've tried a lot of things, but unfortunately none of the location options seems to support this use-case.
So basically what i'm trying to achieve is something like below:
Describe the solution you'd like...
A mechanism to allow the signature to wrap the content.
Describe the alternatives you've considered...
Tried to move the signature after the xml is signed, but it causes the verification to fail.
The text was updated successfully, but these errors were encountered: