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-11-10src: add and fix some preprocessor commentsTobias Nießen
2021-10-28src: fix #endif description in crypto_keygen.hTobias Nießen
2021-10-22src,crypto: use `std::variant` in DH paramsDarshan Sen
2021-10-20src,crypto: remove `AllocatedBuffer` from `crypto_cipher.cc`Darshan Sen
2021-10-20crypto: avoid double freeMichael Dawson
2021-10-19src: register external references in crypto bindingsJoyee Cheung
2021-10-18src: add --openssl-legacy-provider optionDaniel Bevenius
2021-10-07doc: format general markdown filesRich Trott
2021-10-07doc,src: update crypto/README.mdTobias Nießen
2021-09-30src: implement changes suggested by @addaleaxkokke
2021-09-30src: fix time-of-use vs time-of-check "bugs"kokke
2021-09-28src: remove AllocatedBuffer from crypto_common.ccDarshan Sen
2021-09-25src,crypto: eliminate code duplication between StatelessDiffieHellman*Darshan Sen
2021-09-22doc: update markdown files in src for upcoming linting/formattingRich Trott
2021-09-17src: remove unnecessary comment and add a CHECK in crypto_tls.ccDarshan Sen
2021-09-09crypto: fix RSA-PSS default saltLengthTobias Nießen
2021-09-09crypto: fix default MGF1 hash for OpenSSL 3Tobias Nießen
2021-09-07src: fix C4805 MSVC warningMichaël Zasso
2021-09-01crypto: fix regression in RSA-PSS keygenTobias Nießen
2021-08-29crypto: add RSA-PSS params to asymmetricKeyDetailsTobias Nießen
2021-08-28crypto: fix rsa-pss one-shot sign/verify error handlingFilip Skokan
2021-08-25crypto: fix JWK RSA-PSS SubtleCrypto.exportKeyFilip Skokan
2021-07-26crypto: fix `generateKeyPair` with encoding 'jwk'himself65
2021-07-16src: set SSL_OP_ALLOW_CLIENT_RENEGOTIATIONDaniel Bevenius
2021-06-30crypto: move OPENSSL_IS_BORINGSSL guardShelley Vohr
2021-06-30crypto: use compatible ecdh functionShelley Vohr
2021-06-26src,crypto: fix 0-length output crash in webcryptoXadillaX
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