summaryrefslogtreecommitdiff
path: root/test/parallel/test-crypto-keygen.js
AgeCommit message (Expand)Author
2019-05-30test: rsa-pss generateKeyPairSync invalid option hashEvgenii Shchepotev
2019-05-30test: add test cases for paramEncoding 'explicit'oksana
2019-05-29test: add test case for checking typeof mgf1HashLevin Eugene
2019-04-16test: ec2 generateKeyPairSync invalid parameter encodingRuwan Geeganage
2019-04-08crypto: fix rsa key gen with non-default exponentSam Roberts
2019-04-08crypto: add support for RSA-PSS keysTobias Nießen
2019-03-30crypto: decode missing passphrase errorsTobias Nießen
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-25crypto: add support for x25119 and x448 KeyObjectsFilip Skokan
2019-03-18crypto: add support for EdDSA key pair generationTobias Nießen
2019-03-15Revert "crypto: add KeyObject.asymmetricKeySize"Tobias Nießen
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-03-07crypto: add KeyObject.asymmetricKeySizePatrick Gansterer
2019-02-23crypto: fix unencrypted DER PKCS8 parsingTobias Nießen
2019-01-21test: use stronger curves for keygenDaniel Bevenius
2019-01-08crypto: always accept private keys as public keysTobias Nießen
2019-01-07crypto: fix key object wrapping in sync keygenTobias Nießen
2018-12-24crypto: add key object APITobias Nießen
2018-11-19test: add typeerror test for EC crypto keygenMatteo
2018-10-24test: fix invalid modulesLength for DSA keygenAdam Majer
2018-10-15test: use smaller keys for a faster keygen testSam Roberts
2018-10-15test: added test for generateKeyPairDavid Xue
2018-10-02crypto: add support for PEM-level encryptionTobias Nießen
2018-09-21test: fix flaky key pair generation testTobias Nießen
2018-09-20crypto: allow promisifying generateKeyPairTobias Nießen
2018-09-20crypto: add API for key pair generationTobias Nießen