Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-27lib: refactor to avoid unsafe regex primordialsAntoine du Hamel
2022-06-03tls: fix performance regression in `convertALPNProtocols()`LiviaMedeiros
2022-06-03lib: use null-prototype objects for property descriptorsAntoine du Hamel
2022-05-29tls: fix convertALPNProtocols accepting ArrayBufferViewsLiviaMedeiros
2022-01-15tls: move tls.parseCertString to end-of-lifeTobias Nießen
2022-01-11tls: drop support for URI alternative namesTobias Nießen
2022-01-11crypto,tls: implement safe x509 GeneralName formatTobias Nießen
2021-07-11tls: move legacy code into own fileRobert Nagy
2021-04-12tls: extract out SecureContext configurationJames M Snell
2021-02-11lib: remove usage of url.parseraisinten
2021-01-11tls: refactor to avoid unsafe array iterationAntoine du Hamel
2020-12-02tls: refactor to use more primordialsAntoine du Hamel
2020-10-04lib: replace String global with primordialsSebastien Ahkrin
2020-04-13tls: provide default cipher list from command lineAnna Henningsen
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-22lib: 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-24tls: throw if protocol too longAndre Jodat-Danbrani
2018-10-21src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen
2018-10-15tls: 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-03http, tls: better support for IPv6 addressesMattias Holmlund
2017-10-02lib: 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