summaryrefslogtreecommitdiff
path: root/lib/_tls_wrap.js
AgeCommit message (Expand)Author
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-11-11tls: implement clientCertEngine optionjoelostrowski
2017-11-04tls: accept array of protocols in TLSSocketMark S. Everitt
2017-10-21tls: properly track writeQueueSize during writesAnatoli Papirovski
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-10-01tls: improve TLSSocket & Server performanceAnatoli Papirovski
2017-09-22tls: prefer path over port in connectBryan English
2017-08-04tls: add tlsSocket.disableRenegotiation()James M Snell
2017-07-19errors: migrate tls_wrap to use internal/errorsBidisha Pyne
2017-07-07lib: remove excess indentationRich Trott
2017-06-19lib: fix typosRuben Bridgewater
2017-06-14tls: add host and port info to ECONNRESET errorsJosé F. Romaniello
2017-06-10cluster, dns, repl, tls, util: fix RegExp nitsVse Mozhet Byt
2017-05-15tls: accept `lookup` option for `tls.connect()`Fedor Indutny
2017-05-15tls: do not wrap net.Socket with StreamWrapRuslan Bekenev
2017-03-27Partial revert "tls: keep track of stream that is closed"Trevor Norris
2017-03-23tls: make rejectUnauthorized default to trueghaiklor
2017-03-17tls: avoid using forEachJames M Snell
2017-03-16tls: keep track of stream that is closedjBarz
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-22tls: do not crash on STARTTLS when OCSP requestedFedor Indutny
2017-02-22lib: remove unnecessary assignments with _extendSakthipriyan Vairamani (thefourtheye)
2017-02-20tls: new tls.TLSSocket() supports sec ctx optionsSam Roberts
2017-02-15tls: avoid potentially deoptimizing use of argumentsJames M Snell
2017-02-13crypto: remove unused access of tlsext_hostnameDavid Benjamin
2017-01-18lib: remove unnecessary parameter for assertCrypto()Jackson Tian
2016-12-12tls: document and test option-less createServerSam Roberts
2016-12-12tls: fix/annotate connect arg commentsSam Roberts
2016-12-02lib: use === in _http_server and _tls_wrapWalter Beller-Morales
2016-11-15tls: fix leak of WriteWrap+TLSWrap combinationFedor Indutny
2016-11-06benchmark,lib,test,tools: remove unneeded . escapeRich Trott
2016-10-19test,lib,benchmark: match function namesRich Trott
2016-10-10tls: TLSSocket emits 'error' on handshake failureMariusz 'koder' Chwalba
2016-10-04tls: handle `error` events with `_tlsError`Fedor Indutny
2016-09-20tools: add additional ESLint rulesTeddy Katz
2016-09-12net: refactor Server.prototype.listenJan Schär
2016-06-07buffer: introduce latin1 encoding termTrevor Norris
2016-05-28tls,https: respect address family when connectingBen Noordhuis
2016-05-25tls: catch `certCbDone` exceptionsFedor Indutny
2016-04-27net: introduce `Socket#connecting` propertyFedor Indutny
2016-03-26crypto: improve error messagesSakthipriyan Vairamani
2016-03-23crypto: fail early when loading crypto without opensslJames M Snell
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-10lib: copy arguments object instead of leaking itNathan Woltman
2016-02-17net: use `_server` for internal book-keepingFedor Indutny
2016-02-16tls: nullify `.ssl` on handle closeFedor Indutny
2016-02-03tls: add getProtocol() to TLS socketsBrian White
2016-01-13lib: fix style issues after eslint updateMichaël Zasso
2016-01-07tls: rename `clientError` to `tlsClientError`Fedor Indutny
2015-12-17lib: use arrow functions instead of bindMinwoo Jung