summaryrefslogtreecommitdiff
path: root/lib/_tls_common.js
AgeCommit message (Expand)Author
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-08tls: replace var with let and constNolik
2019-10-26doc: remove "it is important to" phrasingRich Trott
2019-09-27tls: add option for private keys for OpenSSL enginesAnton Gerasimov
2019-09-23tls: add option to override signature algorithmsAnton Gerasimov
2019-06-12tls: 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-13tls: get the local certificate after tls handshakeSam Roberts
2018-11-09tls: 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-04http,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-11tls: implement clientCertEngine optionjoelostrowski
2017-11-11crypto: deprecate {ecdhCurve: false}David Benjamin
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-10-01lib: faster type checks for some typesTimothy Gu
2017-09-13tls: deprecate parseCertString & move to internalXadillaX
2017-09-07tls: 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-19tls: 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
2015-12-03lib,src: ensure '(node:pid)' prefix for stdout loggingMinwoo Jung
2015-10-16tls: output warning of setDHParam to console.traceShigeki Ohtsu
2015-04-30tls: destroy singleUse context immediatelyFedor Indutny
2015-04-30tls: zero SSL_CTX freelist for a singleUse socketFedor Indutny