srd90

Results 32 comments of srd90

So you registered totally different implementation for algorithm `http://www.w3.org/2000/09/xmldsig#enveloped-signature`(?) It (`http://www.w3.org/2000/09/xmldsig#enveloped-signature`) should be https://github.com/node-saml/xml-crypto/blob/21201723d2ca9bc11288f62cf72552b7d659b000/src/enveloped-signature.ts#L10-L61 but your modification registered implementation which is https://github.com/node-saml/xml-crypto/blob/21201723d2ca9bc11288f62cf72552b7d659b000/src/c14n-canonicalization.ts#L10-L281 Its usually bad thing / troubles ahead when...

>... I dont have much experience working with XML. @cornzz When I used version of xml-crypto from [your pull request](https://github.com/node-saml/xml-crypto/pull/488) (your PR's commit version ef49b7e07e6134326625c50cd41f06bfe2b51594 ) to run this code:...