summaryrefslogtreecommitdiff
path: root/doc/api/crypto.md
AgeCommit message (Expand)Author
2019-11-28crypto: forbid setting the PBKDF2 iter count to 0Tobias Nießen
2019-11-20crypto: add support for IEEE-P1363 DSA signaturesTobias Nießen
2019-11-052019-11-05, Version 13.1.0 (Current)Michaël Zasso
2019-10-26doc: remove "it is important to" phrasingRich Trott
2019-10-26doc: remove dashesRich Trott
2019-10-18doc: make YAML matter consistent in crypto.mdRich Trott
2019-10-16crypto: add Hash.prototype.copy() methodBen Noordhuis
2019-10-15doc: re-enable passing remark-lint ruleNick Schonning
2019-10-10doc: escape brackets not used as markdown reference linksNick Schonning
2019-10-03doc: add explicit bracket for markdown reference linksNick Schonning
2019-10-03doc: fix return type for crypto.createDiffieHellmanGroup()exoego
2019-09-27doc: add KeyObject to type for crypto.createDecipheriv() argumentexoego
2019-09-262019-09-24, Version 12.11.0 (Current)Ruben Bridgewater
2019-09-24doc: document that iv may be null when using createCipheriv()Ruben Bridgewater
2019-09-16doc: use consistent unordered list styleNick Schonning
2019-09-13crypto: add oaepLabel optionTobias Nießen
2019-09-09doc: space around listsNick Schonning
2019-08-31doc: add blanks around code fencesNick Schonning
2019-08-29doc,crypto: add extends for derived classesKamat, Trivikram
2019-08-202019-08-20, Version 12.9.0 (Current)Michaël Zasso
2019-08-07crypto: extend RSA-OAEP support with oaepHashTobias Nießen
2019-08-072019-08-06, Version 12.8.0 (Current)Ruben Bridgewater
2019-07-25crypto: add outputLength option to crypto.createHashTobias Nießen
2019-07-23crypto: increase maxmem range from 32 to 53 bitsTobias Nießen
2019-07-14doc: add documentation for createDiffieHellmanGroupOjasvi Monga
2019-07-12doc: relax requirements for setAAD in CCM modeTobias Nießen
2019-06-23doc: remove "note that" from crypto.mdRich Trott
2019-06-08doc: clarify weak keys textRich Trott
2019-05-06doc: 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