Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-11src: sync access for report and openssl optionsSam Roberts
2020-03-30crypto: clear openssl error stack after en/decryptBen Noordhuis
2020-03-30src: remove excess v8 namespacehimself65
2020-03-11src: DRY crypto Update() methodsBen Noordhuis
2020-03-11crypto: optimize sign.update() and verify.update()Ben Noordhuis
2020-03-11src: fix missing extra ca in tls.rootCertificatesEric Bickle
2020-03-05src: add node_crypto_common and refactorJames M Snell
2020-03-05src: improve handling of internal field countingJames M Snell
2020-03-05crypto: simplify exportKeyingMaterialTobias Nießen
2020-03-01crypto: turn impossible DH errors into assertionsTobias Nießen
2020-02-27src: move BaseObject subclass dtors/ctors out of node_crypto.hAnna Henningsen
2020-02-27tls: expose SSL_export_keying_materialsimon
2020-02-27crypto: fix ieee-p1363 for createVerifyTobias Nießen
2020-02-27src: prefer 3-argument Array::New()Anna Henningsen
2020-02-17src: remove duplicate field env in CryptoJob classConorDavenport
2020-02-17crypto: improve errors in DiffieHellmanGroupTobias Nießen
2020-02-17crypto: assign and use ERR_CRYPTO_UNKNOWN_CIPHERTobias Nießen
2020-02-17tls: simplify errors using ThrowCryptoErrorTobias Nießen
2020-02-17crypto: add crypto.diffieHellmanTobias Nießen
2020-02-17crypto: add DH support to generateKeyPairTobias Nießen
2020-02-17crypto: simplify DH groupsTobias Nießen
2020-02-17crypto: add key type 'dh'Tobias Nießen
2020-02-03crypto: fix assertion caused by unsupported extFedor Indutny
2020-01-03tls: add PSK supportDenys Otrishko
2019-12-18crypto: cast oaepLabel to unsigned char*Shelley Vohr
2019-12-09src: don't use deprecated OpenSSL APIsRosen Penev
2019-12-09tls: expose IETF name for current cipher suiteSam Roberts
2019-12-09src: improve node_crypto.cc memory allocationPriyanka Kore
2019-11-30crypto: automatically manage memory for ECDSA_SIGTobias Nießen
2019-11-30src: inline SetSNICallbackAnna Henningsen
2019-11-30src: use BaseObjectPtr to store SNI contextAnna Henningsen
2019-11-30tls: add memory tracking support to SSLWrapAnna Henningsen
2019-11-30src: fix -Wsign-compare warningscjihrig
2019-11-21crypto: add support for IEEE-P1363 DSA signaturesTobias Nießen
2019-10-24crypto: guard with OPENSSL_NO_GOSTShelley Vohr
2019-10-23crypto: add Hash.prototype.copy() methodBen Noordhuis
2019-10-23src: initialize openssl only onceSam Roberts
2019-10-03crypto: remove arbitrary UTF16 restrictionAnna Henningsen
2019-09-28tls: add option for private keys for OpenSSL enginesAnton Gerasimov
2019-09-24tls: add option to override signature algorithmsAnton Gerasimov
2019-09-22crypto: use BoringSSL-compatible flag getterShelley Vohr
2019-09-13crypto: fix OpenSSL return code handlingTobias Nießen
2019-09-13crypto: add oaepLabel optionTobias Nießen
2019-09-05src: fix ValidateDSAParameters when fips is enabledDaniel Bevenius
2019-08-29crypto: don't expose openssl internalsShelley Vohr
2019-08-23crypto: handle i2d_SSL_SESSION() error returnBen Noordhuis
2019-08-21crypto: simplify DSA validation in FIPS modeTobias Nießen
2019-08-10src: add error codes to errors thrown in C++Yaniv Friedensohn
2019-08-07crypto: extend RSA-OAEP support with oaepHashTobias Nießen
2019-07-26crypto: add outputLength option to crypto.createHashTobias Nießen