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-01-15tls: move tls.parseCertString to end-of-lifeTobias Nießen
2022-01-11tls: fix handling of x509 subject and issuerTobias 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-04-08tls: fix typoArkerone
2021-03-13tls: refactor to avoid unsafe array iterationAntoine du Hamel
2021-01-23lib: refactor to use validateStringZiJian Liu
2021-01-11tls: refactor to avoid unsafe array iterationAntoine du Hamel
2020-12-02tls: refactor to use more primordialsAntoine du Hamel
2020-12-02tls: permit null as a cipher valueRich Trott
2020-11-11src,crypto: refactoring of crypto_context, SecureContextJames M Snell
2020-09-11lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko
2020-07-13tls: make 'createSecureContext' honor more optionsMateusz Krawczuk
2019-12-17tls: for...of in _tls_common.jsTrivikram Kamat
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-09tls: replace var with let and constNolik
2019-10-27doc: remove "it is important to" phrasingRich Trott
2019-09-28tls: add option for private keys for OpenSSL enginesAnton Gerasimov
2019-09-24tls: add option to override signature algorithmsAnton Gerasimov
2019-06-13tls: rename validateKeyCert in _tls_common.jsDaniel Bevenius
2019-05-10tls: fix createSecureContext() cipher list filterSam Roberts
2019-05-10tls: add missing 'new'cjihrig
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-20tls: support TLSv1.3Sam Roberts
2018-11-22tls: add min/max protocol version optionsSam Roberts
2018-11-14tls: get the local certificate after tls handshakeSam Roberts
2018-11-10tls: remove unused arg to createSecureContext()Sam Roberts
2018-10-21src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-24tls: fix DEP0083 after upgrading to OpenSSL 1.1.0Tobias Nießen
2018-08-27tls: use internal API instead of crypto moduleTobias Nießen
2018-08-24crypto: move process.binding('crypto') to internalDaniel Bevenius
2018-08-05http,tls: name anonymous callbacksMarco Levrero
2018-04-27tls: specify options.name in validateKeyCertDaniel Bevenius
2018-04-22lib: remove unused binding constDaniel Bevenius
2018-04-19lib: make c, ca and certs const in _tls_commonDaniel Bevenius
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-07lib: port remaining errors to new systemMichaël Zasso
2017-11-12tls: implement clientCertEngine optionjoelostrowski
2017-11-11crypto: deprecate {ecdhCurve: false}David Benjamin
2017-10-17lib: use destructuring for some constantsWeijia Wang
2017-10-02lib: faster type checks for some typesTimothy Gu
2017-09-13tls: deprecate parseCertString & move to internalXadillaX
2017-09-08tls: multiple PFX in createSecureContextYury Popov
2017-09-05tls: re-allow falsey option valuesAnna Henningsen
2017-08-30tls: fix object prototype type confusionBen Noordhuis
2017-08-30tls: replace forEach with forBrian White