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

XML canonicalization and signatures (c14n, etc.) #163

Closed
burdges opened this issue Jul 24, 2019 · 2 comments
Closed

XML canonicalization and signatures (c14n, etc.) #163

burdges opened this issue Jul 24, 2019 · 2 comments

Comments

@burdges
Copy link

burdges commented Jul 24, 2019

Is there any interest in XML canonicalization and signatures? Or would these things be beyond the scope/interests of the project?

https://en.wikipedia.org/wiki/XML_Signature
https://www.w3.org/TR/xml-c14n/ (c14n)
https://www.w3.org/TR/xml-exc-c14n/ (c14n-exc)
https://www.w3.org/TR/xmldsig-core/ (dsig)

Related: netvl/xml-rs#161

@tafia
Copy link
Owner

tafia commented Aug 14, 2019

Thanks for opening the issue. In my point of view, this is a higher level operation that should probably be done out of this library. In am not familiar with XML signatures but from the wikipedia page, it involves XPath in particular which is not implemented here.
It may make more sense in a higher level library such as minidom ?

@burdges
Copy link
Author

burdges commented Aug 14, 2019

At first blush minidom sounds too high level but sure outside this crate makes sense.

@tafia tafia closed this as completed Aug 14, 2019
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

2 participants