Skip to content

doc: add metadata about ecdh curve options - #25502

Closed
sam-github wants to merge 1 commit into
nodejs:masterfrom
sam-github:add-ecdh-curve-metadata
Closed

doc: add metadata about ecdh curve options#25502
sam-github wants to merge 1 commit into
nodejs:masterfrom
sam-github:add-ecdh-curve-metadata

Conversation

@sam-github

Copy link
Copy Markdown
Contributor
  • DEFAULT_ECDH_CURVE default changed to 'auto' for 10.0.0
  • ecdhCurve parameter allowed multiple values and 'auto' from 9.0.0
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@sam-github sadly an error occured when I tried to trigger a build :(

@nodejs-github-botnodejs-github-bot added doc Issues and PRs related to the documentations. tls Issues and PRs related to the tls subsystem. labels Jan 14, 2019
Comment threaddoc/api/tls.md Outdated
- DEFAULT_ECDH_CURVE default changed to 'auto' for 10.0.0
- ecdhCurve parameter allowed multiple values and 'auto' from 9.0.0
@sam-github
sam-githubforce-pushed the add-ecdh-curve-metadata branch from f907cc1 to 91d2090CompareJanuary 14, 2019 23:11
@Trott

Copy link
Copy Markdown
Member

Most recent linter failure was some untracked git files from a previous CI run. I manually cleared them. A re-run should work. Looks like CI was stopped here for other reasons though so I won't restart it.

@Trott

Copy link
Copy Markdown
Member

Oh, wait, it's a docs-only PR. I'm totally going to re-run it.

Lite CI: https://ci.nodejs.org/job/node-test-pull-request-lite-pipeline/2253/

@Trott

Trott commented Jan 17, 2019

Copy link
Copy Markdown
Member

@danbev

Copy link
Copy Markdown
Contributor

Landed in 870186d.

@danbevdanbev closed this Jan 17, 2019
danbev pushed a commit that referenced this pull request Jan 17, 2019
- DEFAULT_ECDH_CURVE default changed to 'auto' for 10.0.0
- ecdhCurve parameter allowed multiple values and 'auto' from 9.0.0
PR-URL: #25502
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
addaleax pushed a commit that referenced this pull request Jan 23, 2019
- DEFAULT_ECDH_CURVE default changed to 'auto' for 10.0.0
- ecdhCurve parameter allowed multiple values and 'auto' from 9.0.0
PR-URL: #25502
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@MylesBorinsMylesBorins mentioned this pull request Jan 24, 2019
@sam-github
sam-github deleted the add-ecdh-curve-metadata branch January 29, 2019 21:51
BethGriggs pushed a commit that referenced this pull request Apr 29, 2019
- DEFAULT_ECDH_CURVE default changed to 'auto' for 10.0.0
- ecdhCurve parameter allowed multiple values and 'auto' from 9.0.0
PR-URL: #25502
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@BethGriggsBethGriggs mentioned this pull request May 1, 2019
BethGriggs pushed a commit that referenced this pull request May 10, 2019
- DEFAULT_ECDH_CURVE default changed to 'auto' for 10.0.0
- ecdhCurve parameter allowed multiple values and 'auto' from 9.0.0
PR-URL: #25502
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
MylesBorins pushed a commit that referenced this pull request May 16, 2019
- DEFAULT_ECDH_CURVE default changed to 'auto' for 10.0.0
- ecdhCurve parameter allowed multiple values and 'auto' from 9.0.0
PR-URL: #25502
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

9 participants

@sam-github@nodejs-github-bot@Trott@danbev@bnoordhuis@jasnell@lpinca@cjihrig@BridgeAR