summaryrefslogtreecommitdiff
path: root/lib/_tls_common.js
AgeCommit message (Expand)Author
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