summaryrefslogtreecommitdiff
path: root/lib/_tls_wrap.js
AgeCommit message (Expand)Author
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
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