close
The Wayback Machine - https://web.archive.org/web/20220321191319/https://github.com/nodejs/node/pull/41649
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: improve TLS/SSL introduction #41649

Merged

Conversation

tniessen
Copy link
Member

@tniessen tniessen commented Jan 22, 2022

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.

doc/api/tls.md Outdated Show resolved Hide resolved
doc/api/tls.md Show resolved Hide resolved
Trott
Trott approved these changes Jan 22, 2022
Copy link
Member

@Trott Trott left a comment

LGTM with or without my suggestions

lpinca
lpinca approved these changes Jan 22, 2022
@tniessen tniessen force-pushed the doc-rephrase-tls-introduction branch from 11988b0 to 82a5eaa Compare Jan 23, 2022
@tniessen
Copy link
Member Author

@tniessen tniessen commented Jan 23, 2022

@Trott Thanks for the suggestions, PTAL :)

Trott
Trott approved these changes Jan 23, 2022
@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot 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/.ncu
https://github.com/nodejs/node/actions/runs/1740375907

@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot 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/.ncu
https://github.com/nodejs/node/actions/runs/1740412607

@nodejs-github-bot nodejs-github-bot merged commit 3657c14 into nodejs:master Jan 24, 2022
20 checks passed
@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Jan 24, 2022

Landed in 3657c14

Linkgoron added a commit to Linkgoron/node that referenced this issue Jan 31, 2022
PR-URL: nodejs#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>
ruyadorno added a commit that referenced this issue 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>
danielleadams added a commit that referenced this issue 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 added a commit that referenced this issue 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 added a commit that referenced this issue 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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

8 participants