summaryrefslogtreecommitdiff
path: root/doc/api/crypto.md
Commit message (Expand)AuthorAgeFilesLines
* doc: sort md references in ASCII orderAntoine du Hamel2020-10-011-18/+18
* doc: use .md extension for internal linksAntoine du Hamel2020-10-011-9/+9
* doc: align to function signatureanlex N2020-09-301-4/+4
* doc: set encoding to hex before piping hashVictor Antonio Barzana Crespo2020-09-271-1/+1
* doc: update crypto.createSecretKey accepted typesFilip Skokan2020-09-221-1/+1
* doc: standardize on _backward_Rich Trott2020-09-201-1/+1
* doc: fix broken link in crypto.mdRich Trott2020-09-161-1/+1
* 2020-09-08, Version 14.10.0 (Current)Richard Lau2020-09-081-1/+1
* doc: add link to safe integer definitionTobias Nießen2020-09-061-3/+4
* doc: format exponents betterTobias Nießen2020-09-061-1/+1
* crypto: add randomInt functionOli Lalonde2020-09-041-0/+39
* doc: deprecate (doc-only) crypto.Certificate()Rich Trott2020-08-171-1/+3
* doc: remove "is recommended from crypto legacy API textRich Trott2020-08-171-3/+2
* doc: remove typo in crypto.mdRich Trott2020-08-111-1/+1
* doc: use _Static method_ instead of _Class Method_Rich Trott2020-08-091-1/+1
* crypto: add OP flag constants added in OpenSSL v1.1.1Mateusz Krawczuk2020-08-071-0/+25
* doc: add a reference to the list of OpenSSL flags.Mateusz Krawczuk2020-07-031-0/+3
* 2020-06-30, Version 14.5.0 (Current)Shelley Vohr2020-06-301-1/+1
* doc: add dynamic source code linksAlec Davidson2020-06-261-0/+2
* doc: use a single space between sentencesRich Trott2020-06-221-1/+1
* crypto: allow KeyObjects in postMessageTobias Nießen2020-06-221-0/+9
* doc: use sentence-case for headings in docsRich Trott2020-06-191-9/+9
* doc: standardize constructor doc header layoutRich Trott2020-06-101-1/+1
* doc: change "pre Node.js v0.10" to "prior to Node.js 0.10"Rich Trott2020-06-071-1/+1
* 2020-05-26, Version 12.17.0 'Erbium' (LTS)Michaël Zasso2020-05-261-4/+12
* doc: update function description for `decipher.setAAD`Jonathan Buhacoff2020-05-191-2/+7
* doc: correct description of `decipher.setAuthTag` in crypto.mdJonathan Buhacoff2020-05-081-2/+3
* doc: fix a typo in crypto.generateKeyPairSync()himself652020-05-031-2/+2
* doc: fix LTS replaceme tagsAnna Henningsen2020-04-281-4/+12
* 2020-04-21, Version 14.0.0 (Current)Beth Griggs2020-04-211-2/+2
* doc: return type of `crypto.getFips()` may changeRichard Lau2020-04-031-1/+2
* doc: fix return type of `crypto.getFips()`Richard Lau2020-04-031-2/+2
* doc,crypto: clarify oaepHash option's impactFilip Skokan2020-03-291-2/+2
* doc,crypto: re-document oaepLabel optionBen Noordhuis2020-02-231-0/+4
* 2020-02-18, Version 13.9.0 (Current)Shelley Vohr2020-02-181-4/+4
* crypto: add crypto.diffieHellmanTobias Nießen2020-01-211-0/+14
* crypto: add DH support to generateKeyPairTobias Nießen2020-01-211-6/+23
* crypto: add key type 'dh'Tobias Nießen2020-01-211-0/+4
* doc: fix a code example in crypto.mdhimself652020-01-131-2/+2
* doc: fix createDiffieHellman generator typeTobias Nießen2019-12-301-2/+1
* doc,crypto: use code markup/markdown in headersRich Trott2019-12-261-98/+98
* doc: fix argument type of setAADTobias Nießen2019-12-121-1/+1
* crypto: forbid setting the PBKDF2 iter count to 0Tobias Nießen2019-11-281-0/+8
* crypto: add support for IEEE-P1363 DSA signaturesTobias Nießen2019-11-201-0/+18
* 2019-11-05, Version 13.1.0 (Current)Michaël Zasso2019-11-051-1/+1
* doc: remove "it is important to" phrasingRich Trott2019-10-261-4/+4
* doc: remove dashesRich Trott2019-10-261-8/+8
* doc: make YAML matter consistent in crypto.mdRich Trott2019-10-181-3/+1
* crypto: add Hash.prototype.copy() methodBen Noordhuis2019-10-161-0/+37
* doc: re-enable passing remark-lint ruleNick Schonning2019-10-151-2/+1