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-03-09src,crypto: avoid tristate Maybe<bool> in ExportJWKEcKey()Darshan Sen
2022-03-08crypto: add CHECKs to remaining BIO_s_mem allocsTobias Nießen
2022-02-26crypto: add KeyObject.prototype.equals methodFilip Skokan
2021-10-19src: register external references in crypto bindingsJoyee Cheung
2021-08-25crypto: fix JWK RSA-PSS SubtleCrypto.exportKeyFilip Skokan
2021-07-26crypto: fix `generateKeyPair` with encoding 'jwk'himself65
2021-04-24src: refactor to use THROW_* argument based snprintfFilip Skokan
2021-04-06src: remove KeyObjectData::CreateSecret overloadTobias Nießen
2021-04-03src: fix error handling for CryptoJob::ToResultTobias Nießen
2021-03-16src,test: support dynamically linking OpenSSL 3.0Daniel Bevenius
2021-02-20src: avoid implicit type conversions (take 2)Michaël Zasso
2021-02-10src: add mutex to ManagedEVPPKey classDaniel Bevenius
2021-02-05crypto: remove webcrypto "DSA" JWK Key Type operationsFilip Skokan
2021-01-27crypto: fix encrypted private -> public importTobias Nießen
2021-01-27crypto: generateKeyPair('ec') should not support NODE-ED* and NODE-X*Filip Skokan
2021-01-25src: rename crypto_ecdh.(h|cc) to crypto_ec.(h|cc)Tobias Nießen
2021-01-18crypto: experimental (Ed/X)25519/(Ed/X)448 supportJames M Snell
2020-11-04crypto: pass empty passphrases to OpenSSL properlyTobias Nießen
2020-10-28src: remove ERR prefix in WebCryptoKeyExportStatusDaniel Bevenius
2020-10-13src: replace more toLocalCheckeds in crypto_*James M Snell
2020-10-08crypto: refactoring internals, add WebCryptoJames M Snell