summaryrefslogtreecommitdiff
path: root/test/parallel/test-crypto-key-objects.js
AgeCommit message (Expand)Author
2019-11-13crypto: fix key requirements in asymmetric cipherTobias Nießen
2019-10-11crypto: reject public keys properlyTobias Nießen
2019-06-10test: move x448 keypairs to fixtures/keys/Alex Aubuchon
2019-06-10test: move ed448 keypairs to fixtures/keys/Alex Aubuchon
2019-06-10test: move rsa keypairs to fixtures/keys/Alex Aubuchon
2019-06-10test: move x25519 keypair to fixtures/keys/Alex Aubuchon
2019-06-10test: move ed25519 keypair to fixtures/keys/Alex Aubuchon
2019-06-05Revert "test: move all test keys/certs under `test/fixtures/keys/`"Sam Roberts
2019-06-05test: move x448 keypairs to fixtures/keys/Alex Aubuchon
2019-06-05test: move ed448 keypairs to fixtures/keys/Alex Aubuchon
2019-06-05test: move rsa keypairs to fixtures/keys/Alex Aubuchon
2019-06-05test: move x25519 keypair to fixtures/keys/Alex Aubuchon
2019-06-05test: move ed25519 keypair to fixtures/keys/Alex Aubuchon
2019-05-30crypto: fix KeyObject handle type error messageAlexander Avakov
2019-04-08crypto: add support for RSA-PSS keysTobias Nießen
2019-04-04crypto: fail early if passphrase is too longTobias Nießen
2019-04-04crypto: fix crash of encrypted private key export without cipherFilip Skokan
2019-04-01crypto: don't crash on unknown asymmetricKeyTypeFilip Skokan
2019-03-30crypto: decode missing passphrase errorsTobias Nießen
2019-03-28crypto: add openssl specific error propertiesSam Roberts
2019-03-25crypto: add support for x25119 and x448 KeyObjectsFilip Skokan
2019-03-15Revert "crypto: add KeyObject.asymmetricKeySize"Tobias Nießen
2019-03-12crypto: fix EdDSA support for KeyObjectBrian White
2019-03-09crypto: improve error handling in parseKeyEncodingTobias Nießen
2019-03-07crypto: add KeyObject.asymmetricKeySizePatrick Gansterer
2019-03-05crypto: allow deriving public from private keysTobias Nießen
2019-01-18crypto: fix key handle extractionTobias Nießen
2018-12-30crypto: fix zero byte allocation assertion failureTobias Nießen
2018-12-24crypto: add key object APITobias Nießen