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
2022-02-03crypto: check return code from EVP_DigestUpdateMichael Dawson
2022-01-18tls: represent registeredID numerically alwaysTobias Nießen
2022-01-14src: gracefully handle errors in GetX509NameObjectTobias Nießen
2022-01-11tls: fix handling of x509 subject and issuerTobias Nießen
2022-01-11crypto,tls: implement safe x509 GeneralName formatTobias Nießen
2022-01-11src: remove unused x509 functionsTobias Nießen
2021-12-17crypto: fix error capture when loading engineTobias Nießen
2021-12-08tls: improve handling of shutdownJameson Nash
2021-11-29crypto: add missing null checkMichael Dawson
2021-11-27src,crypto: remove uses of `AllocatedBuffer` from `crypto_sig`Darshan Sen
2021-11-25src,crypto: use `ByteSource::ToBuffer()` in `crypto_dh`Darshan Sen
2021-11-17crypto: trim input for NETSCAPE_SPKI_b64_decodeShelley Vohr
2021-11-15crypto: throw errors in SignTraits::DeriveBitsTobias Nießen
2021-11-13src,crypto: remove `AllocatedBuffer`s from `crypto_spkac`Darshan Sen
2021-11-13src,crypto: refactor `crypto_tls.*`Darshan Sen
2021-11-11crypto: fix build without scryptMartin Jansa
2021-11-10src: add x509.fingerprint512 to crypto module3nprob
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