-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: document how to use the tls.DEFAULT_CIPHERS #46482
Conversation
The DEFAULT_CIPHERS already exists, this change shows how to use it. Fixes: nodejs#46462
Would it be cheeky to request this goes into v18 too? I don't know how that's done if possible... |
cc @nodejs/crypto
Since Node.js 18 is in active maintenance it should eventually get semver-minor and semver-patch updates once they've gone out in a current release. I'll add the watch label anyway, as it is an extra thing checked when we prepare releases. |
D'oh, forgot the linter gets run in inlined code! |
Remove extraneous quotes Co-authored-by: Mohammed Keyvanzadeh <[email protected]>
Is there anything I need to do to get this merged? |
Landed in 42be7f6 |
The DEFAULT_CIPHERS already exists, this change shows how to use it. Fixes: #46462 PR-URL: #46482 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
The DEFAULT_CIPHERS already exists, this change shows how to use it. Fixes: #46462 PR-URL: #46482 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
The
tls.DEFAULT_CIPHERS
var already exists, this change shows how to use it.Fixes: #46462
I have attempted to keep my changes in style with the rest, I tried finding the
Style Guide
but the link just sent me back to the top-levelREADME.md
so I couldn't find it.I hope this is helpful!