-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
openssl list-public-key-algorithms on crypto docs #9005
Comments
cc @nodejs/crypto |
Perhaps we should just add a |
I see |
Yeah, it is basically contained in |
Looks like the documentation has basically always been wrong -- I traced it back to commit afce4c3 from May 2010, released in v0.1.94! In fairness, we didn't have |
Nor did anyone know how these things work ;) |
Sounds like we're somewhat overdue a documentation update then? |
Yep. |
Would like to make a PR for this, from what I understand from the thread I need to:
Can have a PR open for this shortly! cc @bnoordhuis Thanks! |
@sstern6 Correct. I'd also cross-reference |
@bnoordhuis ON IT! Will have a PR open today! Thank you |
Closing, fixed in 3d294cf. |
According with docs
openssl list-public-key-algorithms
shows the available signing algorithms, but isn't very helpfull, in fact I'm still unable to figure out which parameter to pass tocrypto.createVerify(algorithm)
😢By the way, on openssl 1.1.0b does not exists that command:
The text was updated successfully, but these errors were encountered: