summaryrefslogtreecommitdiff
path: root/lib/_tls_wrap.js
AgeCommit message (Expand)Author
2018-10-25tls: deprecate Server.prototype.setOptions()cjihrig
2018-10-21tls: support changing credentials dynamicallycjihrig
2018-10-17tls: prevent multiple connection errorscjihrig
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-17tls: de-duplicate for TLSSocket methodsJon Moss
2018-09-03tls: improve debugging assertionAnna Henningsen
2018-08-29lib: make pipe_wrap binding internalcjihrig
2018-08-24crypto: move process.binding('tls_wrap') internalDaniel Bevenius
2018-08-24src: move process.binding('tcp_wrap') to internalDaniel Bevenius
2018-08-24crypto: move process.binding('crypto') to internalDaniel Bevenius
2018-08-07lib: extract validateString validatorJon Moss
2018-08-05lib,src: standardize `owner_symbol` for handlesAnna Henningsen
2018-07-22tls: warn on NODE_TLS_REJECT_UNAUTHORIZED = '0'cjihrig
2018-07-18tls: named anonymous functions in _tls_wrap.jsprayag21
2018-06-08lib,src: remove openssl feature conditionalsBen Noordhuis
2018-05-31tls: throw if SNICallback is not a functionRich Trott
2018-05-06tls: remove sharedCreds in Server constructorDaniel Bevenius
2018-05-06tls: cleanup onhandshakestart callbackAnatoli Papirovski
2018-03-27tls: drop NPN (next protocol negotiation) supportBen Noordhuis
2018-03-25lib: improve error handlingRuben Bridgewater
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-21tools,lib: forbid native Error constructorsMichaël Zasso
2018-03-11tls: expose Finished messages in TLSSocketAnton Salikhmetov
2018-03-07lib: port remaining errors to new systemMichaël Zasso
2018-03-04tls: better error message for socket disconnectAnna Henningsen
2018-02-22crypto: provide full cert details to checkServerIdentityHannes Magnusson
2018-02-07tls: provide now value from C++Anatoli Papirovski
2018-01-17tls: migrate C++ errors to internal/errors.jsJoyee Cheung
2018-01-17tls: migrate argument type-checking errorsJoyee Cheung
2018-01-03tls: set servername on client side tooJames M Snell
2017-12-27tls: fix SNICallback without .server optionAnna Henningsen
2017-12-24tls: migrate errors in _tls_wrap.jsMir Mufaqam Ali
2017-12-18net,src: refactor writeQueueSize trackingAnatoli Papirovski
2017-12-18stream: rm {writeable/readable}State.lengthCalvin Metcalf
2017-11-28async_wrap: add provider types for net serverAndreas Madsen
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