summaryrefslogtreecommitdiff
path: root/src/node_crypto.cc
AgeCommit message (Expand)Author
2018-04-10crypto: remove deperecated methods of TLS versionShigeki Ohtsu
2018-04-06crypto: add support for AES-CCMTobias Nießen
2018-03-27tls: drop NPN (next protocol negotiation) supportBen Noordhuis
2018-03-26src: drop CNNIC+StartCom certificate whitelistingBen Noordhuis
2018-03-26src: name all builtin init functions InitializeDaniel Bevenius
2018-03-23crypto: add ECDH.convertKey to convert public keysWei-Wei Wu
2018-03-23src: fix upcoming V8 deprecation warningsSarat Addepalli
2018-03-20src: remove unused stdlib.h includeDaniel Bevenius
2018-03-11tls: expose Finished messages in TLSSocketAnton Salikhmetov
2018-03-09crypto: use bool over int consistentlyTobias Nießen
2018-03-06src: use std::unique_ptr for STACK_OF(X509)Ben Noordhuis
2018-03-06src: refactor GetPeerCertificateDaniel Bevenius
2018-02-22crypto: add cert.pubkey containing the raw pubkey of certificateHannes Magnusson
2018-02-22crypto: add cert.fingerprint256 as SHA256 fingerprintHannes Magnusson
2018-02-21src: remove unnecessary Reset() callsBen Noordhuis
2018-02-21src: prevent persistent handle resource leaksBen Noordhuis
2018-02-10crypto: allow passing null as IV unless requiredTobias Nießen
2018-02-06src: fix crypto.pbkdf2 callback error argumentBufoViridis
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