summaryrefslogtreecommitdiff
path: root/test/parallel/test-crypto-keygen.js
Commit message (Expand)AuthorAgeFilesLines
* src: replace impossible THROW with CHECKTobias Nießen2023-03-221-1/+1
* test: cover publicExponent validation in OpenSSLTobias Nießen2023-02-181-0/+11
* crypto: return correct bit length in KeyObject's asymmetricKeyDetailsFilip Skokan2023-01-071-0/+28
* crypto: improve RSA-PSS digest error messagesTobias Nießen2022-08-221-2/+2
* test: add coverage for invalid RSA-PSS digestsTobias Nießen2022-08-201-0/+18
* crypto: add CFRG curves to Web Crypto APIFilip Skokan2022-06-041-16/+0
* lib: refactor `validateInt32` and `validateUint32`mawaregetsuka2022-05-221-28/+0
* crypto: cleanup validationMohammed Keyvanzadeh2022-04-041-43/+184
* test: fix comments in test filesDaeyeon Jeong2022-03-311-1/+1
* test,crypto: add and update empty passphrase regression testsDarshan Sen2022-03-191-33/+54
* lib: replace validator and errorMohammed Keyvanzadeh2022-02-051-3/+2
* test: update OpenSSL3 error messages for 3.0.0+quicDaniel Bevenius2021-09-131-2/+4
* crypto: fix RSA-PSS default saltLengthTobias Nießen2021-09-091-0/+37
* crypto: fix default MGF1 hash for OpenSSL 3Tobias Nießen2021-09-091-0/+22
* crypto: add rsa-pss keygen parametersFilip Skokan2021-09-051-15/+68
* crypto: fix regression in RSA-PSS keygenTobias Nießen2021-09-011-0/+23
* test: use `assert.match` instead of `regexp.test`Michaël Zasso2021-08-311-19/+19
* crypto: add RSA-PSS params to asymmetricKeyDetailsTobias Nießen2021-08-291-2/+8
* crypto: fix `generateKeyPair` with encoding 'jwk'himself652021-07-261-0/+114
* test: update OpenSSL3 error messages for beta-1Daniel Bevenius2021-07-211-4/+2
* Revert "test: skip tests for openssl-3.0.0-alpha15"Daniel Bevenius2021-07-211-3/+0
* test: skip tests for openssl-3.0.0-alpha15Daniel Bevenius2021-05-061-0/+3
* test: update OpenSSL 3.0.0-alpha15 error messagesDaniel Bevenius2021-05-061-5/+10
* crypto: fix generateKeyPair type checksNitzan Uziely2021-04-261-1/+76
* test: update parallel/test-crypto-keygen for OpenSSL 3Richard Lau2021-04-071-2/+4
* src: fix error handling for CryptoJob::ToResultTobias Nießen2021-04-021-0/+31
* test: prepare for consistent comma-dangle lint ruleRich Trott2021-04-011-1/+1
* test: add OpenSSL 3.0 checks to test-crypto-keygenDaniel Bevenius2021-03-241-3/+3
* src,test: support dynamically linking OpenSSL 3.0Daniel Bevenius2021-03-161-28/+43
* crypto: generateKeyPair('ec') should not support NODE-ED* and NODE-X*Filip Skokan2021-01-271-0/+16
* crypto: add keyObject.asymmetricKeyDetails for asymmetric keysFilip Skokan2021-01-141-4/+77
* crypto: pass empty passphrases to OpenSSL properlyTobias Nießen2020-11-041-0/+39
* test: add common.mustSucceedTobias Nießen2020-10-171-52/+18
* crypto: refactoring internals, add WebCryptoJames M Snell2020-10-071-6/+7
* lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko2020-09-111-61/+55
* errors: improve ERR_INVALID_OPT_VALUE errorDenys Otrishko2020-08-141-13/+24
* crypto: assign and use ERR_CRYPTO_UNKNOWN_CIPHERTobias Nießen2020-01-231-0/+1
* errors: make use of "cannot" consistentTobias Nießen2020-01-221-1/+1
* crypto: add DH support to generateKeyPairTobias Nießen2020-01-211-0/+69
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-74/+74
* errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater2019-12-201-6/+6
* test: rsa-pss generateKeyPairSync invalid option hashEvgenii Shchepotev2019-05-301-0/+14
* test: add test cases for paramEncoding 'explicit'oksana2019-05-301-0/+92
* test: add test case for checking typeof mgf1HashLevin Eugene2019-05-291-0/+36
* test: ec2 generateKeyPairSync invalid parameter encodingRuwan Geeganage2019-04-161-0/+23
* crypto: fix rsa key gen with non-default exponentSam Roberts2019-04-081-2/+2
* crypto: add support for RSA-PSS keysTobias Nießen2019-04-081-11/+60
* crypto: decode missing passphrase errorsTobias Nießen2019-03-301-14/+30
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-271-1/+1
* crypto: add support for x25119 and x448 KeyObjectsFilip Skokan2019-03-251-2/+3