summaryrefslogtreecommitdiff
path: root/lib/internal/crypto/keygen.js
AgeCommit message (Expand)Author
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-06-24crypto: move _impl call out of handleError functDaniel Bevenius
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-08crypto: add support for RSA-PSS keysTobias Nießen
2019-04-04errors: add more information in case of invalid callbacksRuben Bridgewater
2019-03-28crypto: rename generateKeyPairEdDSATobias Nießen
2019-03-25crypto: add support for x25119 and x448 KeyObjectsFilip Skokan
2019-03-18crypto: add support for EdDSA key pair generationTobias Nießen
2019-01-07crypto: fix key object wrapping in sync keygenTobias Nießen
2018-12-24crypto: add key object APITobias Nießen
2018-12-13lib: refactor argument validation using validateStringZYSzys
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-10-02crypto: add support for PEM-level encryptionTobias Nießen
2018-09-20crypto: allow promisifying generateKeyPairTobias Nießen
2018-09-20crypto: add API for key pair generationTobias Nießen