Skip to content
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

Missing cryptographic transform algorhitm #7

Open
katsanva opened this issue Oct 8, 2018 · 1 comment
Open

Missing cryptographic transform algorhitm #7

katsanva opened this issue Oct 8, 2018 · 1 comment
Assignees

Comments

@katsanva
Copy link

katsanva commented Oct 8, 2018

Hi. When trying to parse an example of signed XML with xadesjs I encountered next thing -

Error: XMLJS0015: Unknown transform http://www.w3.org/2002/06/xmldsig-filter2

which proceeds to the docs.

Is there any chance xml-core to support this?

@rmhrisk
Copy link
Contributor

rmhrisk commented Oct 8, 2018

We would be interested in supporting xpath based transforms but the xpath support in JS is limited, we currently use xpath.js (I believe) if it has enough support to implement a meaningful subset we would take a PR for it.

Given complete support is not likely, a sample document that could be used as the basis for testing would minimally be needed for anyone to do this work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants