Skip to content
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

Merged
merged 4 commits into from Feb 23, 2023

Conversation

andreas-ibm
Copy link
Contributor

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-level README.md so I couldn't find it.

I hope this is helpful!

The DEFAULT_CIPHERS already exists, this change shows how to use it.

Fixes: nodejs#46462
@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. tls Issues and PRs related to the tls subsystem. labels Feb 3, 2023
@andreas-ibm
Copy link
Contributor Author

Would it be cheeky to request this goes into v18 too? I don't know how that's done if possible...

@richardlau richardlau added the lts-watch-v18.x PRs that may need to be released in v18.x. label Feb 3, 2023
@richardlau
Copy link
Member

cc @nodejs/crypto

Would it be cheeky to request this goes into v18 too? I don't know how that's done if possible...

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.

@andreas-ibm
Copy link
Contributor Author

D'oh, forgot the linter gets run in inlined code!
Will fix!

@lpinca lpinca added the commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. label Feb 3, 2023
doc/api/tls.md Outdated Show resolved Hide resolved
Remove extraneous quotes

Co-authored-by: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
@andreas-ibm
Copy link
Contributor Author

Is there anything I need to do to get this merged?

@lpinca lpinca added the commit-queue Add this label to land a pull request using GitHub Actions. label Feb 23, 2023
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Feb 23, 2023
@nodejs-github-bot nodejs-github-bot merged commit 42be7f6 into nodejs:main Feb 23, 2023
@nodejs-github-bot
Copy link
Collaborator

Landed in 42be7f6

@andreas-ibm andreas-ibm deleted the dre/doc-ciphers branch February 23, 2023 16:38
targos pushed a commit that referenced this pull request Mar 13, 2023
The DEFAULT_CIPHERS already exists, this change shows how to use it.

Fixes: #46462
PR-URL: #46482
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
danielleadams pushed a commit that referenced this pull request Apr 11, 2023
The DEFAULT_CIPHERS already exists, this change shows how to use it.

Fixes: #46462
PR-URL: #46482
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@targos targos added backported-to-v18.x PRs backported to the v18.x-staging branch. and removed lts-watch-v18.x PRs that may need to be released in v18.x. labels Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backported-to-v18.x PRs backported to the v18.x-staging branch. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. doc Issues and PRs related to the documentations. tls Issues and PRs related to the tls subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Externalise tls.DEFAULT_CIPHERS please!
8 participants