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