Uh oh!
There was an error while loading. Please reload this page.
doc: Updates the OpenSSL 'list-message-digest-algorithms' to the newer 'list digest-algorithms' - #20400
Conversation
…er `list digest-algorithms`. Closes: nodejs#20385
list-message-digest-algorithms to the newer list digest-algorithms| The `algorithm` is dependent on the available algorithms supported by the | ||
| version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc. | ||
| On recent releases of OpenSSL, `openssl list-message-digest-algorithms` will | ||
| On recent releases of OpenSSL, `openssl list digest-algorithms` ( `openssl list-message-digest-algorithms` for older versions of OpenSSL ) will |
There was a problem hiding this comment.
Nit: we have a linter rule that requires wrapping long lines at 80 characters.
There was a problem hiding this comment.
Thanks for the comment. Running make lint didn't show any errors for me. 👍🏻
Made the change.
There was a problem hiding this comment.
Thank you. If I recall correctly, make lint only lints code files and code fragments in the docs, not the doc formatting.
shobhitchittora
commented
Apr 29, 2018
@RichAyotte thanks for pointing it out. Somehow I missed that in the doc. 🤦♂️ |
vsemozhetbyt
commented
Apr 29, 2018
shobhitchittora
commented
Apr 29, 2018
🎉🎉🎉🎉 CI completed. Any other changes or can we close this ? |
vsemozhetbyt
commented
Apr 29, 2018
As per our rules, we need to wait a bit) |
vsemozhetbyt
commented
Apr 29, 2018
Node.js Collaborators, please, add 👍 here to approve fast-tracking. |
shobhitchittora
commented
Apr 29, 2018
@vsemozhetbyt didn't know about that. This the first time I've read something like this for an OSS project. I can see the benefits of this, in not hurrying things up and really pushing for quality. Kudos! 👍🏻 |
vsemozhetbyt
commented
Apr 29, 2018
If you have some time to read, there is our contributing guide start point :) |
| version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc. | ||
| On recent releases of OpenSSL, `openssl list-message-digest-algorithms` will | ||
| On recent releases of OpenSSL, `openssl list -digest-algorithms` ( | ||
| `openssl list-message-digest-algorithms` for older versions of OpenSSL ) will |
There was a problem hiding this comment.
Would you be so kind and remove the whitespace in the beginning and end of the bracket? And move the opening bracket to the second line, so it is nicer to read.
shobhitchittora
commented
May 3, 2018
@BridgeAR@vsemozhetbyt Anything more to do for this ? |
vsemozhetbyt
commented
May 3, 2018
cc @nodejs/crypto Can we have one LGTM for this change? |
shigeki
left a comment
There was a problem hiding this comment.
LGTM.openssl list-cipher-algorithms also needs to be changed to openssl list -cipher-algorithms.
Please submit an new PR.
vsemozhetbyt
commented
May 3, 2018
Sorry I have landed before the last commit: 6a24c0c Can you please open another PR for the last commit? |
shobhitchittora
commented
May 3, 2018
@vsemozhetbyt I'll do that. |
vsemozhetbyt
commented
May 3, 2018
Thank you! |
Closes: #20385