summaryrefslogtreecommitdiff
path: root/src/crypto/crypto_common.cc
Commit message (Expand)AuthorAgeFilesLines
* url: replace url-parser with adaYagiz Nizipli2023-02-061-4/+3
* src: add GetCurrentCipherName/Version to crypto_commonJames M Snell2023-02-031-0/+10
* tls: add "ca" property to certificate objectBen Noordhuis2022-11-091-1/+5
* src: simplify ALPN code, remove indirectionBen Noordhuis2022-10-191-6/+0
* src: use OnScopeLeave instead of multiple free()Tobias Nießen2022-10-031-4/+3
* src: improve error handling in CloneSSLCertsTobias Nießen2022-09-011-2/+3
* tls: use OpenSSL constant for client random sizeTobias Nießen2022-08-221-4/+7
* src: deduplicate `SetALPN` implementationsTobias Nießen2022-07-151-13/+4
* src: fix memory leaks and refactor `ByteSource`Tobias Nießen2022-06-121-2/+1
* src: refactor GetCipherValue and related functionsTobias Nießen2022-05-241-31/+12
* src: make SecureContext fields privateTobias Nießen2022-05-241-2/+2
* src: fix static analysis warning and use smart ptrTobias Nießen2022-05-181-15/+18
* src: remove SecureContext::operator*Tobias Nießen2022-05-171-1/+1
* src: delete AllocatedBufferDarshan Sen2022-05-131-1/+0
* crypto: prettify othername in PrintGeneralNameTobias Nießen2022-03-091-15/+13
* crypto: fix X509Certificate toLegacyObjectTobias Nießen2022-03-091-29/+9
* crypto: fix fingerprint string size calculationTobias Nießen2022-03-071-2/+2
* src: remove dead code in AddFingerprintDigestTobias Nießen2022-03-011-5/+2
* crypto: fix return type prob reported by coverityMichael Dawson2022-03-011-2/+3
* src: combine GetCurveASN1Name and GetCurveNistNameTobias Nießen2022-02-271-13/+7
* src: simplify TLSWrap::SetSessionTobias Nießen2022-02-271-15/+0
* src: prefer bool over int in crypto_commonTobias Nießen2022-02-271-3/+4
* src: simplify arg type of AddFingerprintDigestTobias Nießen2022-02-271-7/+7
* src: do not ignore return value of BIO_resetTobias Nießen2022-02-271-5/+5
* src: simplify GetExponentStringTobias Nießen2022-02-271-7/+1
* crypto: use RFC2253 format in PrintGeneralNameTobias Nießen2022-02-221-11/+27
* crypto: check result of BIO_new in X509ToObjectTobias Nießen2022-02-171-0/+1
* crypto: rename X509_NAME_FLAGSTobias Nießen2022-02-171-3/+7
* tls: represent registeredID numerically alwaysTobias Nießen2022-01-181-4/+3
* src: gracefully handle errors in GetX509NameObjectTobias Nießen2022-01-141-7/+16
* tls: fix handling of x509 subject and issuerTobias Nießen2022-01-101-9/+119
* crypto,tls: implement safe x509 GeneralName formatTobias Nießen2022-01-101-19/+300
* src: remove unused x509 functionsTobias Nießen2022-01-101-70/+0
* src: add x509.fingerprint512 to crypto module3nprob2021-11-101-0/+4
* src: remove AllocatedBuffer from crypto_common.ccDarshan Sen2021-09-281-14/+36
* crypto: don't crash with some selfsigned certsNils Dralle2021-04-271-0/+8
* doc: document x509 error codesDan Čermák2021-02-221-0/+2
* crypto: introduce X509Certificate APIJames M Snell2021-01-091-141/+119
* src: remove redundant OpenSSLBufferJames M Snell2020-11-031-1/+2
* src: combine TLSWrap/SSLWrapJames M Snell2020-10-151-0/+2
* src: replace more toLocalCheckeds in crypto_*James M Snell2020-10-131-1/+1
* crypto: refactoring internals, add WebCryptoJames M Snell2020-10-071-1/+1
* crypto: move node_crypto files to src/cryptoJames M Snell2020-10-071-0/+1112