summaryrefslogtreecommitdiff
path: root/test/parallel/test-crypto-keygen.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: add support for EdDSA key pair generationTobias Nießen2019-03-181-1/+27
* Revert "crypto: add KeyObject.asymmetricKeySize"Tobias Nießen2019-03-151-4/+0
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-101-1/+1
* crypto: add KeyObject.asymmetricKeySizePatrick Gansterer2019-03-071-0/+4
* crypto: fix unencrypted DER PKCS8 parsingTobias Nießen2019-02-231-0/+67
* test: use stronger curves for keygenDaniel Bevenius2019-01-211-3/+3
* crypto: always accept private keys as public keysTobias Nießen2019-01-081-6/+10
* crypto: fix key object wrapping in sync keygenTobias Nießen2019-01-071-0/+15
* crypto: add key object APITobias Nießen2018-12-241-44/+73
* test: add typeerror test for EC crypto keygenMatteo2018-11-191-0/+16
* test: fix invalid modulesLength for DSA keygenAdam Majer2018-10-241-1/+1
* test: use smaller keys for a faster keygen testSam Roberts2018-10-151-18/+18
* test: added test for generateKeyPairDavid Xue2018-10-151-0/+10
* crypto: add support for PEM-level encryptionTobias Nießen2018-10-021-4/+74
* test: fix flaky key pair generation testTobias Nießen2018-09-211-2/+2
* crypto: allow promisifying generateKeyPairTobias Nießen2018-09-201-0/+29
* crypto: add API for key pair generationTobias Nießen2018-09-201-0/+634