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-06-13src: fix memory leaks and refactor `ByteSource`Tobias Nießen
2022-06-13crypto: add CFRG curves to Web Crypto APIFilip Skokan
2022-05-30src: refactor GetCipherValue and related functionsTobias Nießen
2022-05-30src: make SecureContext fields privateTobias Nießen
2022-05-30src: reuse GetServerNameTobias Nießen
2022-05-30src: fix static analysis warning and use smart ptrTobias Nießen
2022-05-30src: remove SecureContext::operator*Tobias Nießen
2022-05-16src: delete AllocatedBufferDarshan Sen
2022-05-10src,crypto: remove uses of AllocatedBuffer from crypto_rsa.ccDarshan Sen
2022-05-02src: turn SSL_CTX_new CHECK/segfault into JS exceptionAnna Henningsen
2022-04-28src,crypto: remove uses of AllocatedBuffer from crypto_ec.ccDarshan Sen
2022-04-28doc: add `node:` prefix for all core modulesAntoine du Hamel
2022-04-11src,crypto: remove uses of AllocatedBuffer from crypto_tls.ccDarshan Sen
2022-04-03src: add proper mutexes for accessing FIPS stateAnna Henningsen
2022-03-31src,crypto: handle empty maybe correctly in crypto_dh.ccDarshan Sen
2022-03-31src: remove unnecessary static qualifier in crypto_dh.ccDarshan Sen
2022-03-31src,crypto: remove uses of AllocatedBuffer from crypto_dh.ccDarshan Sen
2022-03-27crypto: make authTagLength optional for CC20P1305Tobias Nießen
2022-03-21src: refactor IsSupportedAuthenticatedModeTobias Nießen
2022-03-20crypto: fix auth tag length error when mode != GCMTobias Nießen
2022-03-14src: check EC_POINT_get_affine_coordinates resultTobias Nießen
2022-03-14src: check return value of HMAC_FinalTobias Nießen
2022-03-09crypto: prettify othername in PrintGeneralNameTobias Nießen
2022-03-09crypto: fix X509Certificate toLegacyObjectTobias Nießen
2022-03-09src,crypto: avoid tristate Maybe<bool> in ExportJWKEcKey()Darshan Sen
2022-03-08crypto: improve prime size argument validationTobias Nießen
2022-03-08crypto: fix fingerprint string size calculationTobias Nießen
2022-03-08crypto: add CHECKs to remaining BIO_s_mem allocsTobias Nießen
2022-03-01src: remove dead code in AddFingerprintDigestTobias Nießen
2022-03-01crypto: fix return type prob reported by coverityMichael Dawson
2022-02-27src: combine GetCurveASN1Name and GetCurveNistNameTobias Nießen
2022-02-27src: simplify TLSWrap::SetSessionTobias Nießen
2022-02-27src: prefer bool over int in crypto_commonTobias Nießen
2022-02-27src: simplify arg type of AddFingerprintDigestTobias Nießen
2022-02-27src: do not ignore return value of BIO_resetTobias Nießen
2022-02-27src: simplify GetExponentStringTobias Nießen
2022-02-26crypto: add KeyObject.prototype.equals methodFilip Skokan
2022-02-22crypto: use RFC2253 format in PrintGeneralNameTobias Nießen
2022-02-18crypto: check result of BIO_new in X509ToObjectTobias Nießen
2022-02-18crypto: rename X509_NAME_FLAGSTobias Nießen
2022-02-08crypto: do not advertise unsupported algorithmsBrian White
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