Skip to content

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-botnodejs-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
ContributorAuthor

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

@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
ContributorAuthor

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

@lpincalpinca 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
 Remove extraneous quotes Co-authored-by: Mohammed Keyvanzadeh <[email protected]>
@andreas-ibm
Copy link
ContributorAuthor

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

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

Landed in 42be7f6

@andreas-ibmandreas-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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
@targostargos mentioned this pull request Mar 14, 2023
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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

commit-queue-squashAdd this label to instruct the Commit Queue to squash all the PR commits into the first one.docIssues and PRs related to the documentations.tlsIssues 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

@andreas-ibm@richardlau@nodejs-github-bot@jasnell@lpinca@aymen94@VoltrexKeyva@targos