summaryrefslogtreecommitdiff
path: root/src/node_crypto.cc
AgeCommit message (Expand)Author
2018-02-01crypto: use non-deprecated v8::Object::SetDaniel Bevenius
2018-01-14crypto: assign deprecation code for setAuthTag/GCMTobias Nießen
2018-01-14tls: make deprecated tls.createSecurePair() use public APIAnna Henningsen
2017-12-22crypto: warn on invalid authentication tag lengthTobias Nießen
2017-12-20crypto: reuse variable instead of reevaluationTobias Nießen
2017-12-17src: replace SetAccessor w/ SetAccessorPropertyJure Triglav
2017-12-15src: fix -Wundefined-inline warningsBen Noordhuis
2017-12-13crypto: move node_crypto_clienthello-inl.h to ccDaniel Bevenius
2017-12-12src: refactor and harden `ProcessEmitWarning()`Anna Henningsen
2017-12-09crypto: remove explicit qualifiers in InitializeDaniel Bevenius
2017-12-09crypto: do not reach into OpenSSL internals for ThrowCryptoErrorDavid Benjamin
2017-12-08crypto: declare int return type for set_fieldDaniel Bevenius
2017-12-07crypto: use SetNull instead of SetDaniel Bevenius
2017-12-01crypto: better docs for cases where peer's public key is invalidJose M. Palacios Diaz
2017-12-01src: use nullptr instead of NULLDaniel Bevenius
2017-11-29src: introduce USE() for silencing compiler warningsAnna Henningsen
2017-11-19domain: re-implement domain over async_hookvladimir
2017-11-17src: rename async-wrap -> async_wrapDaniel Bevenius
2017-11-15src: use unique_ptr for requests in cryptoFranziska Hinkelmann
2017-11-15src: fix SetClientCertEngine() nullptr dereferenceBen Noordhuis
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-11-11tls: implement clientCertEngine optionjoelostrowski
2017-11-11crypto: clear some SSL_METHOD deprecation warningsDavid Benjamin
2017-11-11crypto: make ALPN the same for OpenSSL 1.0.2 & 1.1.0David Benjamin
2017-11-11crypto: remove deprecated ECDH calls w/ OpenSSL 1.1David Benjamin
2017-11-11crypto: emulate OpenSSL 1.0 ticket scheme in 1.1David Benjamin
2017-11-11crypto: hard-code tlsSocket.getCipher().versionDavid Benjamin
2017-11-11crypto: add compat logic for "DSS1" and "dss1"David Benjamin
2017-11-11crypto: Make Hmac 1.1.0-compatibleDavid Benjamin
2017-11-11crypto: make SignBase compatible with OpenSSL 1.1.0David Benjamin
2017-11-11crypto: make Hash 1.1.0-compatibleDavid Benjamin
2017-11-11crypto: make CipherBase 1.1.0-compatibleDavid Benjamin
2017-11-11crypto: remove locking callbacks for OpenSSL 1.1.0David Benjamin
2017-11-11crypto: use RSA and DH accessorsDavid Benjamin
2017-11-11crypto: account for new 1.1.0 SSL APIsDavid Benjamin
2017-11-11crypto: remove unnecessary SSLerr callsDavid Benjamin
2017-11-11crypto: use X509_STORE_CTX_newDavid Benjamin
2017-11-10src: add openssl-system-ca-path configure optionDaniel Bevenius
2017-10-30crypto: migrate CipherBase to internal/errorsJames M Snell
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-10-27crypto: migrate setFipsCrypto to internal/errorsJames M Snell
2017-10-26crypto: use CHECK instead in getSSLCiphersJames M Snell
2017-10-26crypto: migrate crypto.randomBytes to internal/errorsJames M Snell
2017-10-26crypto: migrate timingSafeEqual to internal/errorsJames M Snell
2017-10-25crypto: migrate setEngine to internal/errorsJames M Snell
2017-10-23crypto: migrate crypto sign to internal/errorsJames M Snell
2017-10-23crypto: refactor argument validation for pbkdf2James M Snell
2017-10-15crypto: migrate Certificate to internal/errorsJames M Snell
2017-09-28crypto: better crypto error messagesGreg Alexander
2017-09-28crypto: use X509V3_EXT_d2iDavid Benjamin