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
2021-06-08src,test: raise error for --enable-fips when no FIPSDaniel Bevenius
2021-06-08crypto: use compatible version of EVP_CIPHER_nameShelley Vohr
2021-06-06crypto: fix label cast in EVP_PKEY_CTX_set0_rsa_oaep_labelShelley Vohr
2021-06-06crypto: use EVP_get_cipherbynid directlyShelley Vohr
2021-06-03crypto: add missing rand.h includeShelley Vohr
2021-05-25src: use SPrintF in ProcessEmitWarningDarshan Sen
2021-05-24src: set CONF_MFLAGS_DEFAULT_SECTION for OpenSSL 3Daniel Bevenius
2021-05-20src: remove more extra semis from member fnsShelley Vohr
2021-05-14build,src,test,doc: enable FIPS for OpenSSL 3.0Daniel Bevenius
2021-05-04doc: use sentence case in headers in src/crypto/README.mdRich Trott
2021-04-28crypto: don't crash with some selfsigned certsNils Dralle
2021-04-24src: refactor to use THROW_* argument based snprintfFilip Skokan
2021-04-24src: fix abort in pbkdf2Tobias Nießen
2021-04-12src: refactor SecureContext InitializationJames M Snell
2021-04-08crypto: fix crash in CCM mode without dataTobias Nießen
2021-04-08crypto: reconcile oneshot sign/verify sync and async implementationsFilip Skokan
2021-04-06src: remove KeyObjectData::CreateSecret overloadTobias Nießen
2021-04-04src: fix typos in crypto commentsTobias Nießen
2021-04-04crypto: use correct webcrypto RSASSA-PKCS1-v1_5 algorithm nameFilip Skokan
2021-04-03src: fix error handling for CryptoJob::ToResultTobias Nießen
2021-03-25crypto: clear errors in SignTraits::DeriveBitsFilip Skokan
2021-03-19crypto: use macro map for NodeCryptoErrorDarshan Sen
2021-03-18crypto: fix crypto.verify callback invocation with a private keyobjectFilip Skokan
2021-03-16src,test: support dynamically linking OpenSSL 3.0Daniel Bevenius
2021-03-13crypto: reconcile duplicated codeJames M Snell
2021-03-13crypto: add internal error codesDarshan Sen
2021-03-11crypto: add optional callback to crypto.sign and crypto.verifyFilip Skokan
2021-03-05crypto: add separate error for INVALID_KEY_TYPEDarshan Sen
2021-02-26crypto: make FIPS related options always awailableVít Ondruch
2021-02-22doc: document x509 error codesDan Čermák
2021-02-20src: avoid implicit type conversions (take 2)Michaël Zasso
2021-02-17crypto: use BoringSSL compatible errorsShelley Vohr
2021-02-10src: add mutex to ManagedEVPPKey classDaniel Bevenius
2021-02-09crypto: avoid infinite loops in prime generationTobias Nießen
2021-02-05crypto: remove webcrypto "DSA" JWK Key Type operationsFilip Skokan
2021-02-03src: simplify calls to BN_bin2bn in prime genTobias Nießen
2021-02-02tls: add ability to get cert/peer cert as X509Certificate objectJames M Snell
2021-01-29src: fix dead code in RandomPrimeTraitsTobias Nießen
2021-01-27crypto: fix encrypted private -> public importTobias Nießen
2021-01-27crypto: generateKeyPair('ec') should not support NODE-ED* and NODE-X*Filip Skokan
2021-01-26crypto: add generatePrime/checkPrimeJames M Snell
2021-01-25src: rename crypto_ecdh.(h|cc) to crypto_ec.(h|cc)Tobias Nießen
2021-01-19build: fix compiling against openssl with no-pskCaleb ツ Everett
2021-01-19src: use BaseObject::kInternalFieldCount in X509Certificate constructorJoyee Cheung
2021-01-18crypto: experimental (Ed/X)25519/(Ed/X)448 supportJames M Snell
2021-01-13crypto: fix WebCrypto import of RSA-PSS keysTobias Nießen
2021-01-11crypto: implement basic secure heap supportJames M Snell
2021-01-10src: fix typo in crypto_aes.ccIkko Ashimine
2021-01-09crypto: introduce X509Certificate APIJames M Snell
2021-01-07crypto: implement randomuuidJames M Snell