summaryrefslogtreecommitdiff
path: root/lib/_tls_common.js
Commit message (Expand)AuthorAgeFilesLines
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-0/+2
* benchmark,lib: change var to constRuben Bridgewater2019-03-301-2/+2
* tls: support TLSv1.3Sam Roberts2019-03-201-4/+32
* tls: add min/max protocol version optionsSam Roberts2018-11-221-7/+32
* tls: get the local certificate after tls handshakeSam Roberts2018-11-131-0/+3
* tls: remove unused arg to createSecureContext()Sam Roberts2018-11-091-17/+6
* src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen2018-10-211-1/+1
* bootstrapper: move internalBinding to NativeModuleGus Caplan2018-10-041-1/+0
* tls: fix DEP0083 after upgrading to OpenSSL 1.1.0Tobias Nießen2018-09-241-12/+0
* tls: use internal API instead of crypto moduleTobias Nießen2018-08-271-8/+8
* crypto: move process.binding('crypto') to internalDaniel Bevenius2018-08-241-2/+2
* http,tls: name anonymous callbacksMarco Levrero2018-08-041-1/+1
* tls: specify options.name in validateKeyCertDaniel Bevenius2018-04-271-9/+8
* lib: remove unused binding constDaniel Bevenius2018-04-221-2/+1
* lib: make c, ca and certs const in _tls_commonDaniel Bevenius2018-04-191-3/+3
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-251-2/+5
* lib: port remaining errors to new systemMichaël Zasso2018-03-071-8/+10
* tls: implement clientCertEngine optionjoelostrowski2017-11-111-0/+12
* crypto: deprecate {ecdhCurve: false}David Benjamin2017-11-111-0/+12
* lib: use destructuring for some constantsWeijia Wang2017-10-161-2/+1
* lib: faster type checks for some typesTimothy Gu2017-10-011-1/+2
* tls: deprecate parseCertString & move to internalXadillaX2017-09-131-2/+3
* tls: multiple PFX in createSecureContextYury Popov2017-09-071-9/+19
* tls: re-allow falsey option valuesAnna Henningsen2017-09-051-3/+3
* tls: fix object prototype type confusionBen Noordhuis2017-08-301-5/+2
* tls: replace forEach with forBrian White2017-08-301-25/+34
* tls: type checking for `key`, `cert` and `ca` optionsJimmy Cann2017-08-271-10/+24
* tls: fix empty issuer/subject/infoAccess parsingBen Noordhuis2017-07-271-4/+4
* lib: correct typo in createSecureContextDaniel Bevenius2017-06-131-1/+1
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* tls: use emitWarning() for dhparam < 2048 bitsJames M Snell2017-02-201-2/+1
* crypto: freelist_max_len is gone in OpenSSL 1.1.0Adam Langley2017-01-231-1/+3
* tls: allow obvious key/passphrase combinationsSam Roberts2016-12-191-9/+3
* tls: do not refer to secureOptions as flagsSam Roberts2016-12-121-3/+3
* tls: improve createSecureContext in _tls_commonyorkie2016-09-281-7/+7
* src: refactor require('constants')James M Snell2016-05-171-2/+4
* tls: scope loop vars with letRich Trott2016-01-261-4/+4
* lib,src: ensure '(node:pid)' prefix for stdout loggingMinwoo Jung2015-12-031-1/+2
* tls: output warning of setDHParam to console.traceShigeki Ohtsu2015-10-161-1/+5
* tls: destroy singleUse context immediatelyFedor Indutny2015-04-301-1/+3
* tls: zero SSL_CTX freelist for a singleUse socketFedor Indutny2015-04-301-0/+4
* lib: reduce util.is*() usagecjihrig2015-01-311-4/+3
* lib: use const to define constantscjihrig2015-01-211-5/+5
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* crypto: throw if the key doesn't match certFedor Indutny2014-11-251-19/+23
* lib: turn on strict modeBen Noordhuis2014-11-221-0/+2
* tls: support multiple keys/certsFedor Indutny2014-09-031-4/+22
* tls, crypto: add DHE supportShigeki Ohtsu2014-08-291-0/+2
* crypto: add `honorCipherOrder` argumentFedor Indutny2014-06-251-3/+6
* tls: `getPeerCertificate(detailed)`Fedor Indutny2014-04-181-0/+3