Alex Gaynor
Alex Gaynor
Are ed448 keys documented by OpenSSH? `ssh-keygen -ted448` doesn't appear to work.
Were you interested in continuing to work on this? We're happy to review once tests are passing.
FYI, unless you have a specific question, we generally won't review PRs until tests are passing. Thanks.
What is the motivation for this? Is there a modern protocol that makes use of it?
The goal of this library is to support building secure applications using cryptography. To do that, we, of course, provide security algorithms. But equally as important, we _don't_ provide algorithms...
Closing based on the above reasoning.
Digging in a bit more, the problem appears to be with `has_attribute?`, if I use `node.attributes["mustUnderstand"].remove`, the code works fine.
Reading between the lines on http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Element.html#hasAttribute_java.lang.String_, it looks like `Element.hasAttribute` doesn't support namespaced elements, and a caller must use `Element.hasAttributeNS`.
Awesome! Thank you!
@flavorjones Yup, that's what I'm doing `node.attributes["mustUnderstand"].remove` works fine