summaryrefslogtreecommitdiff
path: root/doc/api/crypto.md
AgeCommit message (Expand)Author
2019-07-20doc: add documentation for createDiffieHellmanGroupOjasvi Monga
2019-07-20doc: relax requirements for setAAD in CCM modeTobias Nießen
2019-07-02doc: remove "note that" from crypto.mdRich Trott
2019-06-17doc: clarify weak keys textRich Trott
2019-05-09doc: improve CCM exampleTobias Nießen
2019-04-232019-04-23, Version 12.0.0 (Current)Beth Griggs
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-01crypto: don't crash on unknown asymmetricKeyTypeFilip Skokan
2019-03-28crypto: add crypto.sign() and crypto.verify()Brian White
2019-03-282019-03-28, Version 11.13.0 (Current)Michaël Zasso
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-17crypto: expose KeyObject classFilip Skokan
2019-03-15Revert "crypto: add KeyObject.asymmetricKeySize"Tobias Nießen
2019-03-12crypto: fix EdDSA support for KeyObjectBrian White
2019-03-07crypto: add KeyObject.asymmetricKeySizePatrick Gansterer
2019-03-05crypto: allow deriving public from private keysTobias Nießen
2019-03-02doc: correct typos in various docsBeni von Cheni
2019-01-26doc: fix keyObject.symmetricSize to be keyObject.symmetricKeySizeFilip Skokan
2019-01-182019-01-17, Version 11.7.0 (Current), @BridgeARRuben Bridgewater
2019-01-14doc: improve Sign/Verify examples and docsSam Roberts
2019-01-10doc: make sure that calls to .read() are loopedMatteo Collina
2019-01-08crypto: always accept private keys as public keysTobias Nießen
2019-01-07crypto: fix key object wrapping in sync keygenTobias Nießen
2019-01-05doc: document key encryption optionsTobias Nießen
2018-12-262018-12-26, Version 11.6.0 (Current)Myles Borins
2018-12-24crypto: always accept certificates as public keysTobias Nießen
2018-12-24crypto: add key object APITobias Nießen
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-03doc: fix added version of randomFill+randomFillSyncThomas Watson
2018-11-28doc: sort bottom-of-file markdown linksSam Roberts
2018-11-18doc: update crypto examples to not use deprecated apiMayank Asthana
2018-11-152018-11-15, Version 11.2.0 (Current)Ruben Bridgewater
2018-11-09doc: clarify allowed encoding parameter typesSam Roberts
2018-11-07crypto: add support for chacha20-poly1305 for AEADchux0519
2018-11-02doc: add types and their corresponding return valuesOuyang Yadong
2018-10-29doc: remove notice of dashes in V8 optionsDenys Otrishko
2018-10-232018-10-23, Version 11.0.0 (Current)James M Snell
2018-10-19doc: add missing deprecation labelsJames M Snell
2018-10-102018-10-10, Version 10.12.0 (Current)Michaël Zasso
2018-09-21crypto: do not allow multiple calls to setAuthTagTobias Nießen
2018-09-20crypto: allow promisifying generateKeyPairTobias Nießen
2018-09-20crypto: add API for key pair generationTobias Nießen
2018-09-19crypto: deprecate digest == null in PBKDF2Tobias Nießen
2018-09-18lib,doc: remove unused parameter, improve docsMaleDong
2018-09-17doc: improve asymmetric crypto docsAnna Henningsen
2018-09-17doc: add missing options for crypto sign.sign()Mohit kumar Bajoria
2018-09-062018-09-06, Version 10.10.0 (Current)Michaël Zasso
2018-09-03doc: improve ECDH exampleTobias Nießen