-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
doc: updates crypto doc with openssl list -cipher-algorithms #20502
doc: updates crypto doc with openssl list -cipher-algorithms #20502
Conversation
doc/api/crypto.md
Outdated
@@ -1496,8 +1498,9 @@ option is not required but can be used to restrict accepted authentication tags | |||
to those with the specified length. | |||
|
|||
The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On | |||
recent OpenSSL releases, `openssl list-cipher-algorithms` will display the | |||
available cipher algorithms. | |||
recent OpenSSL releases, `openssl list -cipher-algorithms` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra space after the comma)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed.
doc/api/crypto.md
Outdated
recent OpenSSL releases, `openssl list-cipher-algorithms` will display the | ||
available cipher algorithms. | ||
recent OpenSSL releases, `openssl list -cipher-algorithms` | ||
(`openssl list-cipher-algorithms` for older versions of OpenSSL) will |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra space after the backtick here and in two other same lines)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed.
dfa96c0
to
36ab254
Compare
36ab254
to
36beaf4
Compare
Node.js Collaborators, please, add 👍 here if you approve fast-tracking. |
CI-lite: https://ci.nodejs.org/job/node-test-pull-request-lite/656/ cc @nodejs/crypto |
Either an appropriate issue should be referenced instead of #20501 or it should just be left out entirely. There is no need to create an issue just for the PR. |
Also, 'cypher' in the commit message should be 'cipher' |
@vsemozhetbyt can you please update the commit message ( |
Landed in a1f342f 🎉 |
Closes: #20501
Refs: #20385