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
2020-11-01doc: update crypto.createSecretKey historyBen Turner
2020-10-202020-10-20, Version 15.0.0 (Current)Beth Griggs
2020-10-13crypto: add getCipherInfo methodJames M Snell
2020-10-09doc: harmonize changes list orderingAntoine du Hamel
2020-10-09doc: changes description must end with a periodAntoine du Hamel
2020-10-08crypto: refactoring internals, add WebCryptoJames M Snell
2020-10-062020-10-06, Version 12.19.0 'Erbium' (LTS)Shelley Vohr
2020-10-01doc: sort md references in ASCII orderAntoine du Hamel
2020-10-01doc: use .md extension for internal linksAntoine du Hamel
2020-09-30doc: align to function signatureanlex N
2020-09-27doc: set encoding to hex before piping hashVictor Antonio Barzana Crespo
2020-09-22doc: update crypto.createSecretKey accepted typesFilip Skokan
2020-09-20doc: standardize on _backward_Rich Trott
2020-09-16doc: fix broken link in crypto.mdRich Trott
2020-09-082020-09-08, Version 14.10.0 (Current)Richard Lau
2020-09-07doc: add link to safe integer definitionTobias Nießen
2020-09-07doc: format exponents betterTobias Nießen
2020-09-04crypto: add randomInt functionOli Lalonde
2020-08-18doc: deprecate (doc-only) crypto.Certificate()Rich Trott
2020-08-18doc: remove "is recommended from crypto legacy API textRich Trott
2020-08-12doc: remove typo in crypto.mdRich Trott
2020-08-09doc: use _Static method_ instead of _Class Method_Rich Trott
2020-08-07crypto: add OP flag constants added in OpenSSL v1.1.1Mateusz Krawczuk
2020-07-04doc: add a reference to the list of OpenSSL flags.Mateusz Krawczuk
2020-07-012020-06-30, Version 14.5.0 (Current)Shelley Vohr
2020-06-26doc: add dynamic source code linksAlec Davidson
2020-06-23doc: use a single space between sentencesRich Trott
2020-06-22crypto: allow KeyObjects in postMessageTobias Nießen
2020-06-19doc: use sentence-case for headings in docsRich Trott
2020-06-10doc: standardize constructor doc header layoutRich Trott
2020-06-07doc: change "pre Node.js v0.10" to "prior to Node.js 0.10"Rich Trott
2020-05-262020-05-26, Version 12.17.0 'Erbium' (LTS)Michaël Zasso
2020-05-19doc: update function description for `decipher.setAAD`Jonathan Buhacoff
2020-05-08doc: correct description of `decipher.setAuthTag` in crypto.mdJonathan Buhacoff
2020-05-03doc: fix a typo in crypto.generateKeyPairSync()himself65
2020-04-28doc: fix LTS replaceme tagsAnna Henningsen
2020-04-212020-04-21, Version 14.0.0 (Current)Beth Griggs
2020-04-03doc: return type of `crypto.getFips()` may changeRichard Lau
2020-04-03doc: 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