summaryrefslogtreecommitdiff
path: root/lib/tls.js
Commit message (Expand)AuthorAgeFilesLines
* tls: extract out SecureContext configurationJames M Snell2021-04-121-1/+1
* lib: remove usage of url.parseraisinten2021-02-111-17/+1
* tls: refactor to avoid unsafe array iterationAntoine du Hamel2021-01-111-4/+7
* tls: refactor to use more primordialsAntoine du Hamel2020-12-021-23/+38
* lib: replace String global with primordialsSebastien Ahkrin2020-10-041-4/+14
* tls: provide default cipher list from command lineAnna Henningsen2020-04-131-2/+1
* tls: allow empty subject even with altNames definedJason Macgowan2019-11-291-10/+14
* lib: enforce use of Array from primordialsMichaël Zasso2019-11-271-2/+4
* lib: flatten access to primordialsMichaël Zasso2019-11-251-3/+6
* lib: replace var with let/constDries Stelten2019-11-241-3/+3
* tls: remove unnecessary set of DEFAULT_MAX_VERSIONDaniel Bevenius2019-06-171-2/+0
* tls: expose built-in root certificatesBen Noordhuis2019-05-201-2/+20
* tls: add --tls-min-v1.2 CLI switchSam Roberts2019-05-051-0/+2
* benchmark,lib: change var to constRuben Bridgewater2019-03-301-1/+1
* lib: move extra properties into error creationRuben Bridgewater2019-03-211-5/+1
* tls: support TLSv1.3Sam Roberts2019-03-201-3/+13
* lib: switch to object spread where possibleRuben Bridgewater2018-12-201-3/+7
* tls: add min/max protocol version optionsSam Roberts2018-11-221-0/+10
* tls: throw if protocol too longAndre Jodat-Danbrani2018-10-231-1/+8
* src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen2018-10-211-1/+1
* tls: update try catch syntaxMatt Jiles2018-10-141-1/+1
* tls: update test & docs for ArrayBuffer/DataViewBeni von Cheni2018-10-081-2/+2
* bootstrapper: move internalBinding to NativeModuleGus Caplan2018-10-041-1/+0
* dns: make process.binding('cares_wrap') internalcjihrig2018-08-301-1/+1
* crypto: move process.binding('crypto') to internalDaniel Bevenius2018-08-241-1/+2
* tls: remove SLAB_BUFFER_SIZEAnatoli Papirovski2018-08-121-2/+0
* tls: name anonymous function in tls.jsKevin Lacabane2018-07-181-1/+1
* doc: fix inconsistent documentation (host vs hostname)Davis Okoth2018-06-011-10/+11
* tls: move convertNPNProtocols to End-of-LifeJames M Snell2018-05-171-10/+0
* http,https,tls: switch to WHATWG URL parserHackzzila2018-04-291-1/+17
* lib: remove duplicate require calls in tls.jsDaniel Bevenius2018-04-191-6/+8
* lib: use object destructuring tls.jsDaniel Bevenius2018-04-191-2/+2
* tls: runtime-deprecate tls.convertNPNProtocols()Ben Noordhuis2018-03-271-2/+2
* lib: port errors to new systemMichaël Zasso2018-03-051-2/+2
* tls: make deprecated tls.createSecurePair() use public APIAnna Henningsen2018-01-141-2/+35
* doc: document tls.checkServerIdentityHannes Magnusson2017-12-011-1/+0
* tls: set ecdhCurve default to 'auto'Hativ2017-11-291-1/+1
* http, tls: better support for IPv6 addressesMattias Holmlund2017-11-021-2/+3
* lib: faster type checks for some typesTimothy Gu2017-10-011-1/+1
* tls,doc: fix unallocated deprecation codeJames M Snell2017-09-241-1/+1
* tls: deprecate parseCertString & move to internalXadillaX2017-09-131-22/+6
* tls: fix object prototype type confusionBen Noordhuis2017-08-301-1/+1
* tls: migrate tls.js to use internal/errors.jsMichael Dawson2017-07-181-2/+2
* lib: remove excess indentationRich Trott2017-07-071-1/+1
* benchmark,lib,test: use braces for multiline blockRich Trott2017-06-231-1/+2
* lib: fix typosRuben Bridgewater2017-06-191-1/+1
* tls: support Uint8Arrays for protocol list buffersAnna Henningsen2017-03-271-2/+3
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* tls: runtime deprecation for tls.createSecurePair()James M Snell2017-03-061-0/+2
* lib: remove unnecessary parameter for assertCrypto()Jackson Tian2017-01-181-1/+1