summaryrefslogtreecommitdiff
path: root/test/parallel/test-crypto-key-objects.js
Commit message (Expand)AuthorAgeFilesLines
* test: refactor common.expectsErrorRuben Bridgewater2020-01-031-22/+22
* errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater2020-01-031-7/+9
* crypto: fix key requirements in asymmetric cipherTobias Nießen2019-11-171-12/+28
* crypto: reject public keys properlyTobias Nießen2019-10-111-0/+21
* test: move x448 keypairs to fixtures/keys/Alex Aubuchon2019-06-101-3/+3
* test: move ed448 keypairs to fixtures/keys/Alex Aubuchon2019-06-101-2/+2
* test: move rsa keypairs to fixtures/keys/Alex Aubuchon2019-06-101-2/+2
* test: move x25519 keypair to fixtures/keys/Alex Aubuchon2019-06-101-2/+2
* test: move ed25519 keypair to fixtures/keys/Alex Aubuchon2019-06-101-2/+2
* Revert "test: move all test keys/certs under `test/fixtures/keys/`"Sam Roberts2019-06-051-11/+11
* test: move x448 keypairs to fixtures/keys/Alex Aubuchon2019-06-051-3/+3
* test: move ed448 keypairs to fixtures/keys/Alex Aubuchon2019-06-051-2/+2
* test: move rsa keypairs to fixtures/keys/Alex Aubuchon2019-06-051-2/+2
* test: move x25519 keypair to fixtures/keys/Alex Aubuchon2019-06-051-2/+2
* test: move ed25519 keypair to fixtures/keys/Alex Aubuchon2019-06-051-2/+2
* crypto: fix KeyObject handle type error messageAlexander Avakov2019-05-301-0/+22
* crypto: add support for RSA-PSS keysTobias Nießen2019-04-081-7/+142
* crypto: fail early if passphrase is too longTobias Nießen2019-04-041-0/+21
* crypto: fix crash of encrypted private key export without cipherFilip Skokan2019-04-041-0/+14
* crypto: don't crash on unknown asymmetricKeyTypeFilip Skokan2019-04-011-0/+7
* crypto: decode missing passphrase errorsTobias Nießen2019-03-301-0/+27
* crypto: add openssl specific error propertiesSam Roberts2019-03-281-1/+7
* crypto: add support for x25119 and x448 KeyObjectsFilip Skokan2019-03-251-1/+7
* Revert "crypto: add KeyObject.asymmetricKeySize"Tobias Nießen2019-03-151-3/+0
* crypto: fix EdDSA support for KeyObjectBrian White2019-03-121-0/+31
* crypto: improve error handling in parseKeyEncodingTobias Nießen2019-03-091-0/+10
* crypto: add KeyObject.asymmetricKeySizePatrick Gansterer2019-03-071-0/+3
* crypto: allow deriving public from private keysTobias Nießen2019-03-051-1/+35
* crypto: fix key handle extractionTobias Nießen2019-01-181-0/+11
* crypto: fix zero byte allocation assertion failureTobias Nießen2018-12-301-0/+7
* crypto: add key object APITobias Nießen2018-12-241-0/+107