Fedor Indutny
dda22a520b
tls_wrap: parse tls session ticket extension
...
And, if present and non-empty, don't invoke `resumeSession` callback.
fix #5872
2013-08-01 16:06:45 +04:00
Fedor Indutny
d62c2d975a
tls: share tls tickets key between cluster workers
...
fix #5871
2013-07-25 01:16:00 +04:00
Ben Noordhuis
0330bdf519
lib: macro-ify type checks
...
Increases the grep factor. Makes it easier to harmonize type checks
across the code base.
2013-07-24 21:49:35 +02:00
Fedor Indutny
07fbb43d78
tls: export TLSSocket
2013-07-03 16:15:31 +04:00
Fedor Indutny
212e9cd8c9
tls: session API returns
2013-06-17 14:00:26 +02:00
Fedor Indutny
dc50f27d52
tls: share socket._hadError with http_client
2013-06-16 09:30:15 +02:00
Fedor Indutny
af80e7bc6e
tls: introduce TLSSocket based on tls_wrap binding
...
Split `tls.js` into `_tls_legacy.js`, containing legacy
`createSecurePair` API, and `_tls_wrap.js` containing new code based on
`tls_wrap` binding.
Remove tests that are no longer useful/valid.
2013-06-16 09:30:15 +02:00