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-07tls: fix handling of x509 subject and issuerTobias Nießen
2022-01-07crypto,tls: implement safe x509 GeneralName formatTobias Nießen
2020-07-17tls: 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
2017-08-27tls: type checking for `key`, `cert` and `ca` optionsJimmy Cann
2017-07-27tls: fix empty issuer/subject/infoAccess parsingBen Noordhuis
2017-06-13lib: correct typo in createSecureContextDaniel Bevenius
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-20tls: use emitWarning() for dhparam < 2048 bitsJames M Snell
2017-01-23crypto: freelist_max_len is gone in OpenSSL 1.1.0Adam Langley
2016-12-20tls: allow obvious key/passphrase combinationsSam Roberts
2016-12-12tls: do not refer to secureOptions as flagsSam Roberts
2016-09-28tls: improve createSecureContext in _tls_commonyorkie
2016-05-17src: refactor require('constants')James M Snell
2016-01-26tls: scope loop vars with letRich Trott