summaryrefslogtreecommitdiff
path: root/lib/tls.js
AgeCommit message (Expand)Author
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
2016-06-21crypto,tls: perf improvements for crypto and tls getCiphersJames M Snell
2016-05-17src: refactor require('constants')James M Snell
2016-05-11benchmark,test,lib: remove extra spacesRich Trott
2016-03-23crypto: fail early when loading crypto without opensslJames M Snell
2016-03-23lib: refactor code with startsWith/endsWithJackson Tian
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-01-16lib,test: remove extra semicolonsMichaël Zasso
2016-01-13lib: fix style issues after eslint updateMichaël Zasso
2015-10-28tls: remove util and calls to util.formatMyles Borins
2015-10-27tls, crypto: add ALPN SupportShigeki Ohtsu