Ben Noordhuis
23c4278e06
docs: fix tls markdown
13 years ago
Ben Noordhuis
3415427dbf
tls: mitigate session renegotiation attacks
The TLS protocol allows (and sometimes requires) clients to renegotiate the
session. However, renegotiation requires a disproportional amount of server-side
resources, particularly CPU time, which makes it a potential vector for
denial-of-service attacks.
To mitigate this issue, we keep track of and limit the number of renegotiation
requests over time, emitting an error if the threshold is exceeded.
13 years ago
koichik
ef50bd2e54
docs: removed unnecessary STARTTLS section
13 years ago
koichik
b19b8836c3
tls: Allow establishing secure connection on the existing socket
13 years ago
Ben Noordhuis
38eec57aef
docs: document tls/crypto `ciphers` option
Hitherto undocumented option that lets the user select the list of ciphers to
use or exclude in a SSL/TLS session.
13 years ago
koichik
57653added
docs: small changes.
13 years ago
koichik
07c27e040e
tls: Fix node swallows openssl error on request
Fixes #2308 .
Fixes #2246 .
13 years ago
kyle@dontkry.com
34f34e4411
docs: fix typo
Fixes #2193 .
13 years ago
koichik
f53d092a2a
tls, https: add passphrase option
Fixes #1925 .
13 years ago
koichik
cbcaeedba9
tls: add address(), remoteAddress/remotePort
Fixes #758 .
Fixes #1055 .
13 years ago
koichik
00aa8935d7
docs: improvement fs, http and https
13 years ago
koichik
cdec7e3ae5
docs: improvement tls example
13 years ago
koichik
86a67f15a0
docs: add example of tls
13 years ago
koichik
68cc173c6d
tls: The TLS API is inconsistent with the TCP API
Add 'secureConnect' event to tls.CleartextStream.
Fixes #1467 .
13 years ago
koichik
19a855382c
tls: requestCert unusable with Firefox and Chrome
Fixes #1516 .
13 years ago
Logan Smyth
bc0a552a84
docs: Fix merge error in tls docs
Fixes #1648 .
14 years ago
Fedor Indutny
c0d8311f6b
small NPN doc fix
Fixes #1522 .
14 years ago
koichik
d1a2628499
Doc improvements
related to #1472 .
14 years ago
Fedor Indutny
942f8b5afb
Add NPN and SNI documentation.
Fixes #1420 .
Fixes #1426 .
14 years ago
Ben Noordhuis
54bb53bf32
docs: fix typo in tls API docs
14 years ago
Logan Smyth
3056c2ca76
Add documentation for SecurePair and its 'secure' event.
Fixes #1443 .
14 years ago
Ryan Dahl
1768c72135
Add doc note about STARTTLS
14 years ago
Ryan Dahl
839fb8e19b
typos
14 years ago
Ryan Dahl
c9e5cfcc34
Random doc fixes
14 years ago
Ryan Dahl
5bdcec67f0
Add docs for tls.connect()
14 years ago
Ryan Dahl
9a7fb3c988
Add tls.Server docs
14 years ago