Uh oh!
There was an error while loading. Please reload this page.
doc: general improvements to tls.md copy - #6933
Conversation
There was a problem hiding this comment.
I think we do not support either of SSL2 or SSL3 by default anymore. Is it worth mentioning here?
There was a problem hiding this comment.
Yeah, I made a note of that for myself when I was going through this. There are a couple of outdated bits in this that should be updated.
There was a problem hiding this comment.
Should we at least add deprecated to SSL?
There was a problem hiding this comment.
Perhaps... let's do this separately. There are a couple places where the SSL stuff in this doc needs to be updated.
eljefedelrodeodeljefe
commented
May 23, 2016
nit: we are very, very inconsistent about it, but I would prefer the "Note"-section preceded with an underscore and only ended with an underscore after/with the relevant section. |
thefourtheye
commented
May 23, 2016
@eljefedelrodeodeljefe I totally agree. We should perhaps document the conventions followed in docs, somewhere. |
There was a problem hiding this comment.
Let's add a note about deprecation of NPN. It was never documented officially, and now is slowly going away.
There was a problem hiding this comment.
Deprecation just in Node.js or deprecation in general use?
There was a problem hiding this comment.
@thefourtheye@eljefedelrodeodeljefe ... regarding the Note sections, I have something different in mind when I'm done going through each of these documents... I'd like to explore making them true aside callout in the rendered html, pulled out of the regular text flow using |
jasnell
commented
May 23, 2016
@addaleax@indutny@thefourtheye ... nits addressed |
eljefedelrodeodeljefe
commented
May 23, 2016
@jasnell SGTM |
indutny
commented
May 23, 2016
Few more nits, otherwise LGTM. This is looking really great, thank you! |
jasnell
commented
May 23, 2016
Nits updated! |
indutny
commented
May 23, 2016
LGTM, good job on this @jasnell |
There was a problem hiding this comment.
If I were a pedant, I'd point out that null ciphers (i.e., no-auth and no-encrypt ciphers) that don't require a key do exist.
Fortunately, I'm not a pedant!
jasnell
commented
May 24, 2016
@shigeki@bnoordhuis ... nits addressed! commits squashed and message updated. |
bnoordhuis
commented
May 24, 2016
I couldn't spot whether you changed the description for the |
There was a problem hiding this comment.
This link was already outdated. https://www.chromium.org/Home/chromium-security/education/tls#TOC-Cipher-Suites seems to be a new one.
shigeki
commented
May 25, 2016
@jasnell Just one minor nits, otherwise LGTM. Good work, thanks. |
jasnell
commented
May 25, 2016
@bnoordhuis ... made the change here => https://github.com/nodejs/node/pull/6933/files#diff-f6e3a86962eaf0897ab59e88b418e64fR724 @shigeki ... updated! |
jasnell
commented
May 25, 2016
@bnoordhuis ... updated both instances of the |
bnoordhuis
commented
May 25, 2016
I only see one change in commit 49e287f. Did I overlook something? |
jasnell
commented
May 25, 2016
@bnoordhuis ... the other one was here -> 129be4b#diff-f6e3a86962eaf0897ab59e88b418e64fR724 It was squashed in with the other changes... |
bnoordhuis
commented
May 25, 2016
Ah, alright. LGTM then. |
Restructuring and clarifications to the tls.md copy to improve readability and flow.
Restructuring and clarifications to the tls.md copy to improve readability and flow. PR-URL: #6933 Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
jasnell
commented
May 26, 2016
Landed in 1b6a468. Thanks all. |
Restructuring and clarifications to the tls.md copy to improve readability and flow. PR-URL: nodejs#6933 Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
Restructuring and clarifications to the tls.md copy to improve readability and flow. PR-URL: #6933 Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
MylesBorins
commented
Jul 11, 2016
added don't land label please feel free to backport |
| - `certfile`: all CA certs concatenated in one file like | ||
| `cat ca1-cert.pem ca2-cert.pem > ca-cert.pem` | ||
| If using Perfect Foward Secrecy using `ECDHE`, Diffie-Hellman parameters are | ||
| not required and a default ECDHE curve will be used. The `ecdheCurve` property |
Addresses comment after PR nodejs#6933 merged. nodejs#6933 (review) PR-URL: nodejs#10345 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Italo A. Casas <me@italoacasas.com>
Addresses comment after PR nodejs#6933 merged. nodejs#6933 (review) PR-URL: nodejs#10345 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Italo A. Casas <me@italoacasas.com>
Addresses comment after PR #6933 merged. #6933 (review) PR-URL: #10345 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Italo A. Casas <me@italoacasas.com>
Addresses comment after PR #6933 merged. #6933 (review) PR-URL: #10345 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Italo A. Casas <me@italoacasas.com>
Addresses comment after PR #6933 merged. #6933 (review) PR-URL: #10345 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Italo A. Casas <me@italoacasas.com>
Addresses comment after PR #6933 merged. #6933 (review) PR-URL: #10345 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Italo A. Casas <me@italoacasas.com>
Checklist
Affected core subsystem(s)
doc (tls)
Description of change
General improvements to tls.md copy
@nodejs/documentation @nodejs/crypto