Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
doc: improve TLS/SSL introduction#41649
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: improve TLS/SSL introduction #41649
Uh oh!
There was an error while loading. Please reload this page.
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Trott left a comment
There was a problem hiding this comment.
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
11988b0 to 82a5eaaComparetniessen commented Jan 23, 2022
@Trott Thanks for the suggestions, PTAL :) |
nodejs-github-bot commented Jan 24, 2022
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/.ncuhttps://github.com/nodejs/node/actions/runs/1740375907 |
nodejs-github-bot commented Jan 24, 2022
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/.ncuhttps://github.com/nodejs/node/actions/runs/1740412607 |
nodejs-github-bot commented Jan 24, 2022
Landed in 3657c14 |
PR-URL: nodejs#41649 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
PR-URL: #41649 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
PR-URL: #41649 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
PR-URL: #41649 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
PR-URL: #41649 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
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.