summaryrefslogtreecommitdiff
path: root/lib/_tls_wrap.js
AgeCommit message (Expand)Author
2019-06-17crypto: add debug info client emit secureConnectDaniel Bevenius
2019-06-01errors: create internal connResetExceptionRich Trott
2019-05-28tls: support the hints optionLuigi Pinca
2019-05-23tls: set tlsSocket.servername as early as possibleoyyd
2019-05-20tls: support `net.Server` optionsLuigi Pinca
2019-05-15tls: expose keylog event on TLSSocketAlba Mendez
2019-05-04tls,cli: add --trace-tls command-line flagcjihrig
2019-05-04tls: support enableTrace in TLSSocket()cjihrig
2019-05-04tls: simplify enableTrace logiccjihrig
2019-04-30tls: allow enabling the TLS debug traceSam Roberts
2019-04-16lib: require globals instead of using the global proxyJoyee Cheung
2019-04-12lib: enforce the use of Object from primordialsMichaƫl Zasso
2019-04-04errors: add more information in case of invalid callbacksRuben Bridgewater
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-28tls: return an OpenSSL error from renegotiateSam Roberts
2019-03-25tls: remove usage of public require('util')dnlup
2019-03-20tls: support TLSv1.3Sam Roberts
2019-03-18tls: return correct version from getCipher()Sam Roberts
2019-03-11lib,src: remove usage of _externalStreamAnna Henningsen
2019-03-05https: add missing localPort while create socketleeight
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-13tls: renegotiate should take care of its own stateSam Roberts
2019-02-08lib: replace 'assert' with 'internal/assert' for many built-insRich Trott
2019-02-06tls: null not valid as a renegotiate callbackSam Roberts
2019-02-05tls: in-line comments and other cleanupsSam Roberts
2019-02-05tls: don't shadow the tls global with a localSam Roberts
2019-02-04tls: check arg types of renegotiate()Sam Roberts
2019-02-01tls: introduce client 'session' eventSam Roberts
2019-01-29src: in-source comments and minor TLS cleanupsSam Roberts
2019-01-20tls: make tls.connect() accept a timeout optionLuigi Pinca
2018-12-28src: use consistent names for JSStreamSam Roberts
2018-12-28tls: do not confuse session and session IDSam Roberts
2018-12-28tls: do not confuse TLSSocket and SocketSam Roberts
2018-12-28tls: fix initRead socket argument nameSam Roberts
2018-12-20lib: remove internal `util._extends()` usageRuben Bridgewater
2018-12-20lib: switch to object spread where possibleRuben Bridgewater
2018-11-22tls: add min/max protocol version optionsSam Roberts
2018-11-16tls: destroy TLS socket if StreamWrap is destroyedAnna Henningsen
2018-11-15tls: emit a warning when servername is an IP addressRodger Combs
2018-11-13tls: get the local certificate after tls handshakeSam Roberts
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