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
2017-12-13doc: correct pbkdf2 salt length recommendationWill Clark
2017-12-12doc: note that randomBytes throws when passed nullTobias Nießen
2017-12-12doc: replace ArrayBufferView in cryptoTobias Nießen
2017-12-02doc: add missing serial commasRich Trott
2017-12-01crypto: better docs for cases where peer's public key is invalidJose M. Palacios Diaz
2017-11-28doc: non-partitioned async crypto operationsJamie Davis
2017-11-24doc: update http URLs to https in doc/apiRonald Eddy Jr
2017-11-02doc : mention constant-time in crypto docMithun Sasidharan
2017-10-312017-10-31, Version 9.0.0 (Current)James M Snell
2017-10-24crypto: refactor argument validation for pbkdf2James M Snell
2017-10-18doc: public keys don't accept passphrasesBen Noordhuis
2017-10-16doc: add return values in crypto documentationJeremy Huang
2017-10-16doc: reduce keylen in pbkdf2 examplesLukas
2017-10-16crypto: migrate Certificate to internal/errorsJames M Snell
2017-10-07doc: fix: correctly use `public key` instead of `private key`Pavel Pomerantsev
2017-09-20doc: fix external links with 404 statusVse Mozhet Byt
2017-09-18crypto: refactor the crypto moduleJames M Snell
2017-09-12doc: fix some internal linksVse Mozhet Byt
2017-09-11crypto: fix Node_SignFinalDavid Benjamin
2017-09-07doc: add options argument to crypto docsAdina Shanholtz
2017-08-28doc: add links to alternative versions of docChris Young
2017-08-25doc: threadpool size, and APIs using the poolSam Roberts
2017-08-25doc: crypto.randomBytes does not block when asyncSam Roberts
2017-08-22crypto: warn if counter mode used in createCipherShigeki Ohtsu
2017-07-27doc: fix verify in crypto.mdRuslan Iusupov
2017-07-04doc: fix padding mode of crypto.publicDecryptMoonBall
2017-06-30doc: fix indentation issues in sample codeRich Trott
2017-06-14doc: fix minor issues reported in #9538Tobias Nießen
2017-05-302017-05-30, Version 8.0.0 (Current)James M Snell
2017-05-28doc: make spelling of behavior consistentMichael Dawson
2017-05-26doc: 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