summaryrefslogtreecommitdiff
path: root/lib/_tls_common.js
AgeCommit message (Expand)Author
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
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-11-25crypto: throw if the key doesn't match certFedor Indutny
2014-11-22lib: turn on strict modeBen Noordhuis
2014-09-03tls: support multiple keys/certsFedor Indutny
2014-08-29tls, crypto: add DHE supportShigeki Ohtsu
2014-06-25crypto: add `honorCipherOrder` argumentFedor Indutny
2014-04-18tls: `getPeerCertificate(detailed)`Fedor Indutny
2014-04-18tls: support OCSP on client and serverFedor Indutny
2014-03-29crypto: move `createCredentials` to tlsFedor Indutny