summaryrefslogtreecommitdiff
path: root/lib/_tls_wrap.js
AgeCommit message (Expand)AuthorFilesLines
2014-09-09tls: `checkServerIdentity` optionTrevor Livingston1-2/+6
2014-08-29tls, crypto: add DHE supportShigeki Ohtsu1-0/+2
2014-08-12lib: don't use emitter.listeners(type).lengthJackson Tian1-4/+5
2014-08-01tls: throw an error, not stringJackson Tian1-1/+1
2014-07-16tls_wrap: remove unused variableBrian White1-1/+0
2014-07-03tls: better error reporting at cert validationFedor Indutny1-5/+1
2014-06-25crypto: add `honorCipherOrder` argumentFedor Indutny1-3/+5
2014-04-18src: lint after OCSP commitsFedor Indutny1-1/+1
2014-04-18tls: `getPeerCertificate(detailed)`Fedor Indutny1-3/+5
2014-04-18tls: support OCSP on client and serverFedor Indutny1-57/+109
2014-04-17tls: set _connecting before starting the flowFedor Indutny1-2/+8
2014-03-29crypto: move `createCredentials` to tlsFedor Indutny1-15/+17
2014-03-27tls: do not call SNICallback unless presentFedor Indutny1-1/+3
2014-03-27tls: force readable/writable to `true`Fedor Indutny1-5/+5
2014-03-02Merge remote-tracking branch 'origin/v0.10'Fedor Indutny1-0/+3
2014-02-18tls: introduce asynchronous `newSession`Fedor Indutny1-2/+27
2014-02-10stream: use `errorEmitted` from `_writableState`Fedor Indutny1-2/+2
2014-02-05tls: more session configuration options, methodsFedor Indutny1-0/+9
2014-01-28crypto: honor default ciphers in client modeJacob Hoffman-Andrews1-1/+2
2014-01-24tls: emit `clientError` on early socket closeFedor Indutny1-1/+18
2014-01-23tls: process accumulated inputFedor Indutny1-5/+15
2014-01-20lib: introduce `.setMaxSendFragment(size)`Fedor Indutny1-0/+4
2014-01-17tls: make cert/pfx optional in tls.createServer()Ben Noordhuis1-4/+0
2014-01-17tls: show human-readable error messagesBen Noordhuis1-2/+2
2013-12-21tls: reintroduce socket.encryptedFedor Indutny1-0/+4
2013-12-05tls: fix handling of asterisk in SNI contextFedor Indutny1-1/+1
2013-11-05tls: more accurate wrapping of connecting socketFedor Indutny1-2/+17
2013-10-30tls: add ECDH ciphers supportErik Dubbelboer1-0/+4
2013-10-31tls: do not default to 'localhost' servernameFedor Indutny1-2/+1
2013-10-31tls: reuse hostname from underlying net.SocketFedor Indutny1-1/+4
2013-09-24lint: fix a few semicolonsTrevor Norris1-1/+1
2013-09-24tls: wrap tls inside tls using legacy APIFedor Indutny1-40/+94
2013-09-05tls: socket.renegotiate(options, callback)Fedor Indutny1-18/+55
2013-08-27lib: Add missing copyright noticesisaacs1-0/+21
2013-08-19fixes #6031 spelling errorsMatthew Aynalem1-1/+1
2013-08-15lib: remove unused variables and functionsBrian White1-3/+0
2013-08-14tls: handle errors on socket before releasing itFedor Indutny1-2/+11
2013-08-07tls: fix lazy initialization of clienthello parserFedor Indutny1-9/+2
2013-08-06tls: asynchronous SNICallbackFedor Indutny1-9/+54
2013-08-04tls: fix handling of `SNICallback` server optionFedor Indutny1-4/+10
2013-08-01src: Replace macros with util functionsisaacs1-9/+9
2013-08-01tls_wrap: parse tls session ticket extensionFedor Indutny1-0/+1
2013-07-25tls: share tls tickets key between cluster workersFedor Indutny1-0/+17
2013-07-24lib: macro-ify type checksBen Noordhuis1-9/+9
2013-07-03tls: export TLSSocketFedor Indutny1-4/+10
2013-06-17tls: session API returnsFedor Indutny1-0/+35
2013-06-16tls: share socket._hadError with http_clientFedor Indutny1-4/+8
2013-06-16tls: introduce TLSSocket based on tls_wrap bindingFedor Indutny1-0/+571