Skip to content

doc: improve TLS/SSL introduction - #41649

Merged
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
tniessen:doc-rephrase-tls-introduction
Jan 24, 2022
Merged

doc: improve TLS/SSL introduction#41649
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
tniessen:doc-rephrase-tls-introduction

Conversation

@tniessen

Copy link
Copy Markdown
Member

TLS/SSL is not a public key infrastructure. It is a set of protocols that use a public key infrastructure. Also add the purpose of TLS/SSL (secure communication) to the very beginning.

@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 22, 2022
Comment threaddoc/api/tls.md Outdated
Comment threaddoc/api/tls.md Outdated

@TrottTrott left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with or without my suggestions

@tniessen
tniessenforce-pushed the doc-rephrase-tls-introduction branch from 11988b0 to 82a5eaaCompareJanuary 23, 2022 01:41
@tniessen

Copy link
Copy Markdown
MemberAuthor

@Trott Thanks for the suggestions, PTAL :)

@targostargos added the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 24, 2022
@nodejs-github-botnodejs-github-bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Jan 24, 2022
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator
Commit Queue failed
- Loading data for nodejs/node/pull/41649
✔ Done loading data for nodejs/node/pull/41649
----------------------------------- PR info ------------------------------------
Title doc: improve TLS/SSL introduction (#41649)
⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch tniessen:doc-rephrase-tls-introduction -> nodejs:master
Labels tls, doc
Commits 1
- doc: improve TLS/SSL introduction
Committers 1
- Tobias Nießen PR-URL: https://github.com/nodejs/node/pull/41649
Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: Darshan Sen ------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/41649
Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: Darshan Sen --------------------------------------------------------------------------------
ℹ This PR was created on Sat, 22 Jan 2022 14:45:05 GMT
✔ Approvals: 5
✔ - Rich Trott (@Trott) (TSC): https://github.com/nodejs/node/pull/41649#pullrequestreview-860281136
✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/41649#pullrequestreview-860235044
✔ - Colin Ihrig (@cjihrig) (TSC): https://github.com/nodejs/node/pull/41649#pullrequestreview-860253111
✔ - Richard Lau (@richardlau) (TSC): https://github.com/nodejs/node/pull/41649#pullrequestreview-860254053
✔ - Darshan Sen (@RaisinTen) (TSC): https://github.com/nodejs/node/pull/41649#pullrequestreview-860317353
✖ This PR needs to wait 6 more minutes to land
✔ Last GitHub CI successful
ℹ Green GitHub CI is sufficient
--------------------------------------------------------------------------------
✔ Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/1740375907

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator
Commit Queue failed
- Loading data for nodejs/node/pull/41649
✔ Done loading data for nodejs/node/pull/41649
----------------------------------- PR info ------------------------------------
Title doc: improve TLS/SSL introduction (#41649)
⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch tniessen:doc-rephrase-tls-introduction -> nodejs:master
Labels tls, doc, commit-queue-failed
Commits 1
- doc: improve TLS/SSL introduction
Committers 1
- Tobias Nießen PR-URL: https://github.com/nodejs/node/pull/41649
Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: Darshan Sen ------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/41649
Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: Darshan Sen --------------------------------------------------------------------------------
ℹ This PR was created on Sat, 22 Jan 2022 14:45:05 GMT
✔ Approvals: 5
✔ - Rich Trott (@Trott) (TSC): https://github.com/nodejs/node/pull/41649#pullrequestreview-860281136
✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/41649#pullrequestreview-860235044
✔ - Colin Ihrig (@cjihrig) (TSC): https://github.com/nodejs/node/pull/41649#pullrequestreview-860253111
✔ - Richard Lau (@richardlau) (TSC): https://github.com/nodejs/node/pull/41649#pullrequestreview-860254053
✔ - Darshan Sen (@RaisinTen) (TSC): https://github.com/nodejs/node/pull/41649#pullrequestreview-860317353
✖ This PR needs to wait 5 more minutes to land
✔ Last GitHub CI successful
ℹ Green GitHub CI is sufficient
--------------------------------------------------------------------------------
✔ Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/1740412607

@lpincalpinca added the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 24, 2022
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 24, 2022
@nodejs-github-bot
nodejs-github-bot merged commit 3657c14 into nodejs:masterJan 24, 2022
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 3657c14

@tniessentniessen removed the commit-queue-failed An error occurred while landing this pull request using GitHub Actions. label Jan 24, 2022
ruyadorno pushed a commit that referenced this pull request Feb 8, 2022
PR-URL: #41649
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
@ruyadornoruyadorno mentioned this pull request Feb 8, 2022
danielleadams pushed a commit that referenced this pull request Mar 2, 2022
PR-URL: #41649
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
danielleadams pushed a commit that referenced this pull request Mar 3, 2022
PR-URL: #41649
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
danielleadams pushed a commit that referenced this pull request Mar 14, 2022
PR-URL: #41649
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
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.

8 participants

@tniessen@nodejs-github-bot@Trott@lpinca@cjihrig@richardlau@RaisinTen@targos