summaryrefslogtreecommitdiff
path: root/lib/tls.js
AgeCommit message (Expand)Author
2019-11-29tls: allow empty subject even with altNames definedJason Macgowan
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-24lib: replace var with let/constDries Stelten
2019-06-17tls: remove unnecessary set of DEFAULT_MAX_VERSIONDaniel Bevenius
2019-05-20tls: expose built-in root certificatesBen Noordhuis
2019-05-05tls: add --tls-min-v1.2 CLI switchSam Roberts
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-21lib: move extra properties into error creationRuben Bridgewater
2019-03-20tls: support TLSv1.3Sam Roberts
2018-12-20lib: switch to object spread where possibleRuben Bridgewater
2018-11-22tls: add min/max protocol version optionsSam Roberts
2018-10-23tls: throw if protocol too longAndre Jodat-Danbrani
2018-10-21src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen
2018-10-14tls: update try catch syntaxMatt Jiles
2018-10-08tls: update test & docs for ArrayBuffer/DataViewBeni von Cheni
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-08-30dns: make process.binding('cares_wrap') internalcjihrig
2018-08-24crypto: move process.binding('crypto') to internalDaniel Bevenius
2018-08-12tls: remove SLAB_BUFFER_SIZEAnatoli Papirovski
2018-07-18tls: name anonymous function in tls.jsKevin Lacabane
2018-06-01doc: fix inconsistent documentation (host vs hostname)Davis Okoth
2018-05-17tls: move convertNPNProtocols to End-of-LifeJames M Snell
2018-04-29http,https,tls: switch to WHATWG URL parserHackzzila
2018-04-19lib: remove duplicate require calls in tls.jsDaniel Bevenius
2018-04-19lib: use object destructuring tls.jsDaniel Bevenius
2018-03-27tls: runtime-deprecate tls.convertNPNProtocols()Ben Noordhuis
2018-03-05lib: port errors to new systemMichaël Zasso
2018-01-14tls: make deprecated tls.createSecurePair() use public APIAnna Henningsen
2017-12-01doc: document tls.checkServerIdentityHannes Magnusson
2017-11-29tls: set ecdhCurve default to 'auto'Hativ
2017-11-02http, tls: better support for IPv6 addressesMattias Holmlund
2017-10-01lib: faster type checks for some typesTimothy Gu
2017-09-24tls,doc: fix unallocated deprecation codeJames M Snell
2017-09-13tls: deprecate parseCertString & move to internalXadillaX
2017-08-30tls: fix object prototype type confusionBen Noordhuis
2017-07-18tls: migrate tls.js to use internal/errors.jsMichael Dawson
2017-07-07lib: remove excess indentationRich Trott
2017-06-23benchmark,lib,test: use braces for multiline blockRich Trott
2017-06-19lib: fix typosRuben Bridgewater
2017-03-27tls: support Uint8Arrays for protocol list buffersAnna Henningsen
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-06tls: runtime deprecation for tls.createSecurePair()James M Snell
2017-01-18lib: remove unnecessary parameter for assertCrypto()Jackson Tian
2017-01-16crypto,tls: fix mutability of return valuesRich Trott
2016-10-04lib: remove let from for loopsMyles Borins
2016-09-28lib: make tls.checkServerIdentity() more strictBen Noordhuis
2016-09-18tls: add 'new' keyword for Array constructor callMike Ralphson
2016-08-17tls: copy the Buffer object before usingSakthipriyan Vairamani
2016-06-21tls: avoid calling Buffer.byteLength multiple timesJames M Snell