Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-08doc: mention cryptographic prng in description of randomUUIDSerkan Özel
2021-05-01doc: alphabetize crypto Cipher class entriesRich Trott
2021-05-01doc: add note about timingSafeEqual for TypedArrayTobias Nießen
2021-04-25crypto: implement randomuuidJames M Snell
2020-12-15doc: fix crypto doc linter errorsAntoine du Hamel
2020-12-15doc,crypto: added sign/verify method changes about dsaEncodingFilip Skokan
2020-10-14doc: harmonize changes list orderingAntoine du Hamel
2020-10-14doc: changes description must end with a periodAntoine du Hamel
2020-10-06doc: sort md references in ASCII orderAntoine du Hamel
2020-10-06doc: use .md extension for internal linksAntoine du Hamel
2020-10-06doc: align to function signatureanlex N
2020-09-29doc: set encoding to hex before piping hashVictor Antonio Barzana Crespo
2020-09-24doc: update crypto.createSecretKey accepted typesFilip Skokan
2020-09-21doc: standardize on _backward_Rich Trott
2020-09-21doc: fix broken link in crypto.mdRich Trott
2020-09-072020-09-08, Version 14.10.0 (Current)v14.10.0Richard Lau
2020-09-07doc: add link to safe integer definitionTobias Nießen
2020-09-07doc: format exponents betterTobias Nießen
2020-09-07crypto: add randomInt functionOli Lalonde
2020-08-20doc: deprecate (doc-only) crypto.Certificate()Rich Trott
2020-08-20doc: remove "is recommended from crypto legacy API textRich Trott
2020-08-20doc: remove typo in crypto.mdRich Trott
2020-08-11doc: use _Static method_ instead of _Class Method_Rich Trott
2020-08-11crypto: add OP flag constants added in OpenSSL v1.1.1Mateusz Krawczuk
2020-07-17doc: add a reference to the list of OpenSSL flags.Mateusz Krawczuk
2020-07-17doc: add dynamic source code linksAlec Davidson
2020-07-14doc: use sentence-case for headings in docsRich Trott
2020-06-302020-06-30, Version 14.5.0 (Current)v14.5.0Shelley Vohr
2020-06-30doc: use a single space between sentencesRich Trott
2020-06-30crypto: allow KeyObjects in postMessageTobias Nießen
2020-06-30doc: standardize constructor doc header layoutRich Trott
2020-06-30doc: change "pre Node.js v0.10" to "prior to Node.js 0.10"Rich Trott
2020-06-02doc: update function description for `decipher.setAAD`Jonathan Buhacoff
2020-05-11doc: correct description of `decipher.setAuthTag` in crypto.mdJonathan Buhacoff
2020-05-04doc: fix a typo in crypto.generateKeyPairSync()himself65
2020-04-29doc: fix LTS replaceme tagsAnna Henningsen
2020-04-212020-04-21, Version 14.0.0 (Current)v14.0.0Beth Griggs
2020-04-07doc: return type of `crypto.getFips()` may changeRichard Lau
2020-04-07doc: fix return type of `crypto.getFips()`Richard Lau
2020-03-29doc,crypto: clarify oaepHash option's impactFilip Skokan
2020-02-23doc,crypto: re-document oaepLabel optionBen Noordhuis
2020-02-182020-02-18, Version 13.9.0 (Current)Shelley Vohr
2020-01-21crypto: add crypto.diffieHellmanTobias Nießen
2020-01-21crypto: add DH support to generateKeyPairTobias Nießen
2020-01-21crypto: add key type 'dh'Tobias Nießen
2020-01-14doc: fix a code example in crypto.mdhimself65
2019-12-30doc: fix createDiffieHellman generator typeTobias Nießen
2019-12-27doc,crypto: use code markup/markdown in headersRich Trott
2019-12-12doc: fix argument type of setAADTobias Nießen
2019-11-28crypto: forbid setting the PBKDF2 iter count to 0Tobias Nießen