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-05-30src: refactor GetCipherValue and related functionsTobias Nießen
2022-05-30src: make SecureContext fields privateTobias 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-03-09crypto: prettify othername in PrintGeneralNameTobias Nießen
2022-03-09crypto: fix X509Certificate toLegacyObjectTobias Nießen
2022-03-08crypto: fix fingerprint string size calculationTobias 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-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-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-11-10src: add x509.fingerprint512 to crypto module3nprob
2021-09-28src: remove AllocatedBuffer from crypto_common.ccDarshan Sen
2021-04-28crypto: don't crash with some selfsigned certsNils Dralle
2021-02-22doc: document x509 error codesDan Čermák
2021-01-09crypto: introduce X509Certificate APIJames M Snell
2020-11-04src: remove redundant OpenSSLBufferJames M Snell
2020-10-15src: combine TLSWrap/SSLWrapJames M Snell
2020-10-13src: replace more toLocalCheckeds in crypto_*James M Snell
2020-10-08crypto: refactoring internals, add WebCryptoJames M Snell
2020-10-08crypto: move node_crypto files to src/cryptoJames M Snell