summaryrefslogtreecommitdiff
path: root/lib/_tls_wrap.js
AgeCommit message (Expand)Author
2019-12-03tls: implement capture rejections for 'secureConnection' eventMatteo Collina
2019-12-01tls: introduce ERR_TLS_INVALID_CONTEXTRich Trott
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-20tls: cli option to enable TLS key logging to fileSam Roberts
2019-11-12tls: replace var with letDaniil Pletnev
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
2019-10-03tls: honor pauseOnConnect optionRobert Jensen
2019-09-29tls: simplify setSecureContext() option parsingcjihrig
2019-09-23tls: add option to override signature algorithmsAnton Gerasimov
2019-08-17tls: allow client-side sockets to be half-openedLuigi Pinca
2019-06-10crypto: add debug info client emit secureConnectDaniel Bevenius
2019-05-31errors: create internal connResetExceptionRich Trott
2019-05-25tls: support the hints optionLuigi Pinca
2019-05-23tls: set tlsSocket.servername as early as possibleoyyd
2019-05-18tls: support `net.Server` optionsLuigi Pinca
2019-05-15tls: expose keylog event on TLSSocketAlba Mendez
2019-05-02tls,cli: add --trace-tls command-line flagcjihrig
2019-05-02tls: support enableTrace in TLSSocket()cjihrig
2019-05-02tls: simplify enableTrace logiccjihrig
2019-04-29tls: 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