Chris Barth
Chris Barth
> * This reference https://www.w3.org/TR/xml-c14n/#ProcessingModel says “all `#xD` characters are replaced by `
`”. So why you are replacing `\r` with `
` in this line https://github.com/yaronn/xml-crypto/blob/master/lib/utils.js#L53 Unless I'm missing something, that...
> * Otherwise what should be the right approach to follow? Have you looked at #195 for thoughts?
We'd welcome a PR that includes some tests of what the problem is. It would then be easier to determine what the appropriate fix would be. Having said that, you...
@boazjohn @phra , I must be missing something, but I don't see any repro code. Would you consider creating a test case and putting it in a PR for us...
@jmbrito01 , I pretty-printed your XML to make it easier to read. It would also be useful to see what XML you're starting with and what code you're using. Ideally,...
@IT222222 , @clucher91 , we'd welcome a PR with a test suite to address this problem. Please consider contributing to the community by creating one.
@psavelis , we welcome community contributions for improvements in documentation, fixes for incorrect behavior, and changes enabling additional behavior. Please consider contributing a PR with a test suite to at...
@djaqua , if you have a solution, please feel free to post it so we can discuss (preferably in English). We are eager to have PRs with test suites to...
Thank you for identifying this condition @H-D-Choi . Please create a PR with a test suite and we'll check the code over and get it landed.
@ponyesteves , Please consider creating a PR with a test suite to add the code you used to get things working for you to this project so that the community...