summaryrefslogtreecommitdiff
path: root/src/node_crypto.cc
AgeCommit message (Expand)Author
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
2017-09-28crypto: use SSL_SESSION_get_idDavid Benjamin
2017-09-26crypto: only try to set FIPS mode if differentGibson Fahnestock
2017-09-20crypto: support multiple ECDH curves and autoRoga Pria Sembada
2017-09-19src: remove outdated todo from node_crypto.ccBartek Szczepański
2017-09-18crypto: refactor the crypto moduleJames M Snell
2017-09-11crypto: fix Node_SignFinalDavid Benjamin
2017-09-06src: turn key length exception into CHECKBen Noordhuis
2017-09-04crypto: accept decimal Number in randomBytesBenjamin Gruenbaum
2017-08-30crypto: fix error of createCipher in wrap modeShigeki Ohtsu
2017-08-23src: reduce code duplicationJames M Snell
2017-08-23src: fixup strings, reduce duplicationJames M Snell
2017-08-22crypto: warn if counter mode used in createCipherShigeki Ohtsu
2017-08-07src: reuse 'ondone' string in node_crypto.ccTobias Nießen
2017-08-07src: remove unused Connection::ClearError()Ben Noordhuis
2017-08-02crypto: change segmentation faults to CHECKsTobias Nießen
2017-07-27src: replace ASSERT with CHECKBen Noordhuis