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
2018-04-13doc: add missing meta for createCipherivTobias Nießen
2018-04-13doc: fix description of createDecipherivTobias Nießen
2018-04-11doc: fix various nitsVse Mozhet Byt
2018-03-30doc: warn about GCM authenticityTobias Nießen
2018-02-27doc: use PBKDF2 in textTobias Nießen
2018-01-24doc: fix typoTobias Nießen
2018-01-22doc: correct pbkdf2 salt length recommendationWill Clark
2017-12-20doc: add missing serial commasRich Trott
2017-12-20doc: non-partitioned async crypto operationsJamie Davis
2017-12-20doc: update http URLs to https in doc/apiRonald Eddy Jr
2017-11-14doc : mention constant-time in crypto docMithun Sasidharan
2017-10-18doc: public keys don't accept passphrasesBen Noordhuis
2017-10-18doc: add return values in crypto documentationJeremy Huang
2017-10-18doc: reduce keylen in pbkdf2 examplesLukas
2017-10-11doc: fix: correctly use `public key` instead of `private key`Pavel Pomerantsev
2017-09-21doc: fix external links with 404 statusVse Mozhet Byt
2017-09-20doc: fix some internal linksVse Mozhet Byt
2017-09-20crypto: fix Node_SignFinalDavid Benjamin
2017-09-12crypto: warn if counter mode used in createCipherShigeki Ohtsu
2017-09-12doc: add options argument to crypto docsAdina Shanholtz
2017-09-12doc: add links to alternative versions of docChris Young
2017-09-12doc: threadpool size, and APIs using the poolSam Roberts
2017-09-12doc: crypto.randomBytes does not block when asyncSam Roberts
2017-07-28doc: fix verify in crypto.mdRuslan Iusupov
2017-07-19doc: fix padding mode of crypto.publicDecryptMoonBall
2017-07-18doc: fix indentation issues in sample codeRich Trott
2017-06-21doc: fix minor issues reported in #9538Tobias Nießen
2017-05-302017-05-30, Version 8.0.0 (Current)v8.0.0James M Snell
2017-05-28doc: make spelling of behavior consistentMichael Dawson
2017-05-28doc: make the style of notes consistentAlexey Orlenko
2017-05-21doc: remove unused/duplicated reference linksDaijiro Wachi
2017-05-19doc: update doc of publicEncrypt methodFaiz Halde
2017-05-08doc: sort bottom-of-file markdown linksSam Roberts
2017-05-032017-05-02, Version 7.10.0 (Current)Evan Lucas
2017-04-25doc: add eslint-plugin-markdownVse Mozhet Byt
2017-04-25doc: conform to rules for eslint-plugin-markdownVse Mozhet Byt
2017-04-24doc: improve randomfill and fix broken linkSakthipriyan Vairamani (thefourtheye)
2017-04-17crypto: add randomFill and randomFillSyncEvan Lucas
2017-04-12crypto: support all ArrayBufferView typesTimothy Gu
2017-04-01crypto: add sign/verify support for RSASSA-PSSTobias Nießen
2017-03-27crypto: support Uint8Array prime in createDHAnna Henningsen
2017-03-24doc: document extent of crypto Uint8Array supportAnna Henningsen
2017-03-15doc: argument types for crypto methodsAmelia Clarke
2017-03-08doc/tools: fix more type inconsistenciesRoman Reiss
2017-02-24doc: document pending semver-major API changesAnna Henningsen
2017-02-24doc: add changelogs for cryptoAnna Henningsen
2017-02-21doc: fix sorting in API referencesVse Mozhet Byt
2017-02-07crypto: throw error in CipherBase::SetAutoPaddingKirill Fomichev
2017-01-24doc: update examples in api/crypto.mdVse Mozhet Byt
2016-12-12doc: rework tls for accuracy and claritySam Roberts