Ben Noordhuis
|
8a6576f764
|
Merge remote-tracking branch 'origin/v0.6'
Conflicts:
common.gypi
|
2012-02-12 16:12:26 +01:00 |
|
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.
|
2012-02-09 17:16:46 +01:00 |
|
Ryan Dahl
|
8b28d599a7
|
Merge remote branch 'origin/v0.6'
Conflicts:
Makefile
configure
src/node_version.h
|
2012-01-09 11:20:22 -08:00 |
|
koichik
|
c1a63a9e90
|
tls: Allow establishing secure connection on the existing socket
This is necessary to use SSL over HTTP tunnels.
Refs #2259, #2474.
Fixes #2489.
|
2012-01-09 02:31:46 +01:00 |
|
Maciej Małecki
|
0321adbcf4
|
tls doc: update docs to reflect API change
Refs #1983.
|
2012-01-08 11:13:36 +01:00 |
|
koichik
|
57653added
|
docs: small changes.
|
2012-01-07 06:44:35 +01:00 |
|
Ryan Dahl
|
f7f8af8420
|
Merge remote branch 'origin/v0.6'
Conflicts:
Makefile
lib/_debugger.js
|
2011-12-21 12:17:23 -08:00 |
|
koichik
|
07c27e040e
|
tls: Fix node swallows openssl error on request
Fixes #2308.
Fixes #2246.
|
2011-12-21 19:48:15 +01:00 |
|
koichik
|
f8c335d0ca
|
tls: enable rejectUnauthorized option to client
Fiexes #2247.
|
2011-12-07 22:47:06 +09:00 |
|
kyle@dontkry.com
|
34f34e4411
|
docs: fix typo
Fixes #2193.
|
2011-11-27 01:45:27 +09:00 |
|
koichik
|
f53d092a2a
|
tls, https: add passphrase option
Fixes #1925.
|
2011-10-31 17:36:43 +09:00 |
|
koichik
|
cbcaeedba9
|
tls: add address(), remoteAddress/remotePort
Fixes #758.
Fixes #1055.
|
2011-10-27 00:28:16 +09:00 |
|
koichik
|
00aa8935d7
|
docs: improvement fs, http and https
|
2011-10-22 23:40:15 +09:00 |
|
koichik
|
cdec7e3ae5
|
docs: improvement tls example
|
2011-10-16 16:50:16 +09:00 |
|
koichik
|
86a67f15a0
|
docs: add example of tls
|
2011-10-16 01:26:38 +09:00 |
|
koichik
|
68cc173c6d
|
tls: The TLS API is inconsistent with the TCP API
Add 'secureConnect' event to tls.CleartextStream.
Fixes #1467.
|
2011-10-15 19:27:21 +09:00 |
|
koichik
|
19a855382c
|
tls: requestCert unusable with Firefox and Chrome
Fixes #1516.
|
2011-10-15 00:54:46 +09:00 |
|
Logan Smyth
|
bc0a552a84
|
docs: Fix merge error in tls docs
Fixes #1648.
|
2011-09-05 00:48:35 +09:00 |
|
Ryan Dahl
|
8320af7ef3
|
Merge remote branch 'origin/v0.4'
Conflicts:
doc/api/tls.markdown
|
2011-08-17 13:25:44 -07:00 |
|
Fedor Indutny
|
c0d8311f6b
|
small NPN doc fix
Fixes #1522.
|
2011-08-14 02:51:35 +09:00 |
|
koichik
|
d1a2628499
|
Doc improvements
related to #1472.
|
2011-08-12 02:00:42 +09:00 |
|
Fedor Indutny
|
942f8b5afb
|
Add NPN and SNI documentation.
Fixes #1420.
Fixes #1426.
|
2011-08-10 09:44:35 -07:00 |
|
Ben Noordhuis
|
54bb53bf32
|
docs: fix typo in tls API docs
|
2011-08-07 23:30:03 +02:00 |
|
Logan Smyth
|
3056c2ca76
|
Add documentation for SecurePair and its 'secure' event.
Fixes #1443.
|
2011-08-06 23:31:17 +09:00 |
|
Ryan Dahl
|
1768c72135
|
Add doc note about STARTTLS
|
2011-03-29 09:58:50 -07:00 |
|
Ryan Dahl
|
839fb8e19b
|
typos
|
2011-02-24 16:36:43 -08:00 |
|
Ryan Dahl
|
c9e5cfcc34
|
Random doc fixes
|
2010-12-11 02:32:48 -08:00 |
|
Ryan Dahl
|
5bdcec67f0
|
Add docs for tls.connect()
|
2010-12-11 02:26:48 -08:00 |
|
Ryan Dahl
|
9a7fb3c988
|
Add tls.Server docs
|
2010-12-08 13:22:12 -08:00 |
|