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-10-11crypto: allow zero-length IKM in HKDF and in webcrypto PBKDF2Filip Skokan
2022-10-11crypto: allow zero-length secret KeyObjectFilip Skokan
2022-10-11crypto: use EVP_PKEY_CTX_set_dsa_paramgen_q_bits when availableDavid Benjamin
2022-10-11tls: fix out-of-bounds read in ClientHelloParserTobias Nießen
2022-10-11src: rename misleading arg in ClientHelloParserTobias Nießen
2022-10-11crypto: use actual option name in error messageTobias Nießen
2022-10-11tls: remove SecureContext setFreeListLengthTobias Nießen
2022-10-11crypto: add digest name to INVALID_DIGEST errorsTobias Nießen
2022-10-11src: improve error handling in CloneSSLCertsTobias Nießen
2022-10-11src: fix incorrect comments in cryptoTobias Nießen
2022-10-11src: avoid casting std::trunc(... / ...) to size_tTobias Nießen
2022-10-11src: simplify ECDH::GetCurves()Tobias Nießen
2022-10-11src: remove KeyObjectData::symmetric_key_len_Tobias Nießen
2022-10-11src: fix multiple format string bugsTobias Nießen
2022-10-11crypto: improve RSA-PSS digest error messagesTobias Nießen
2022-10-11tls: use OpenSSL constant for client random sizeTobias Nießen
2022-10-11src: make minor improvements to SecureBufferTobias Nießen
2022-10-11src: refactor to avoid using a moved objectTobias Nießen
2022-10-11doc: remove old reference from crypto/README.mdTobias Nießen
2022-09-22crypto: fix weak randomness in WebCrypto keygenBen Noordhuis
2022-08-01doc: fix typo in `src/crypto/README.md`Jianru Lin
2022-08-01src: use named struct instead of typedefTobias Nießen
2022-07-31src: use named enum instead of typedefTobias Nießen
2022-07-31src: improve and update ByteSource descriptionTobias Nießen
2022-07-31src: remove CopyBufferTobias Nießen
2022-07-31src: add --openssl-legacy-provider optionDaniel Bevenius
2022-07-31crypto: add CFRG curves to Web Crypto APIFilip Skokan
2022-07-31src: fix static analysis warning and use smart ptrTobias Nießen
2022-07-31doc: add `node:` prefix for all core modulesAntoine du Hamel
2022-07-31crypto: make authTagLength optional for CC20P1305Tobias Nießen
2022-07-31src: make SecureContext fields privateTobias Nießen
2022-07-31src: reuse GetServerNameTobias Nießen
2022-07-31src: remove SecureContext::operator*Tobias Nießen
2022-07-31src: delete AllocatedBufferDarshan Sen
2022-07-31src,crypto: remove uses of AllocatedBuffer from crypto_rsa.ccDarshan Sen
2022-07-31src,crypto: remove uses of AllocatedBuffer from crypto_ec.ccDarshan Sen
2022-07-31src,crypto: remove uses of AllocatedBuffer from crypto_tls.ccDarshan Sen
2022-07-31src,crypto: handle empty maybe correctly in crypto_dh.ccDarshan Sen
2022-07-31src: remove unnecessary static qualifier in crypto_dh.ccDarshan Sen
2022-07-31src,crypto: remove uses of AllocatedBuffer from crypto_dh.ccDarshan Sen
2022-07-31src: refactor IsSupportedAuthenticatedModeTobias Nießen
2022-07-31crypto: improve prime size argument validationTobias Nießen
2022-07-11src: turn SSL_CTX_new CHECK/segfault into JS exceptionAnna Henningsen
2022-07-11src: add proper mutexes for accessing FIPS stateAnna Henningsen
2022-04-24crypto: fix auth tag length error when mode != GCMTobias Nießen
2022-04-24src: check EC_POINT_get_affine_coordinates resultTobias Nießen
2022-04-24src: check return value of HMAC_FinalTobias Nießen
2022-04-24src,crypto: avoid tristate Maybe<bool> in ExportJWKEcKey()Darshan Sen
2022-04-24crypto: fix fingerprint string size calculationTobias Nießen
2022-04-24crypto: add CHECKs to remaining BIO_s_mem allocsTobias Nießen