summaryrefslogtreecommitdiff
path: root/doc/api/crypto.markdown
AgeCommit message (Expand)Author
2016-04-20doc: git mv to .mdRobert Jefe Lindstaedt
2016-04-18doc: fix broken referencesAlexander Gromnitsky
2016-04-08doc: add example using algorithms not directly exposedBrad Hill
2016-04-07doc: simple doc typo fixBrendon Pierson
2016-03-23crypto: fail early when loading crypto without opensslJames M Snell
2016-03-21doc: update crypto docs to use good defaultsBill Automata
2016-03-18doc: fix typo in synchronous randomBytes exampleAndrea Giammarchi
2016-03-17doc: fix crypto update() signaturesBrian White
2016-03-10doc: fix markdown linksSteve Mao
2016-03-02crypto, string_bytes: treat `buffer` str as `utf8`Fedor Indutny
2016-02-28doc: improvements to crypto.markdown copyAlexander Makarenko
2016-02-27doc: fix crypto function indentation levelBrian White
2016-02-26doc: correct name of engine methodsSam Roberts
2016-02-25crypto: Improve control of FIPS modeStefan Budeanu
2016-02-25doc: fix typo in pbkdf2Sync code sampleMarc Cuva
2016-02-18doc: fix template stringRafael Cepeda
2016-02-09doc: fix type references for link gen, link cssClaudio Rodriguez
2016-02-04doc: fix reference to API `hash.final`Minwoo Jung
2016-02-03doc: uppercase 'RSA-SHA256' in crypto.markdownRainer Oviir
2016-01-27doc: show links consistently in deprecationsSakthipriyan Vairamani
2016-01-25doc: fix code type of markdownsJackson Tian
2016-01-22doc: Examples work when data exceeds buffer sizeGlen Arrowsmith
2016-01-23crypto: pbkdf2 deprecate digest overload.Tom Gallacher
2016-01-21doc: fenced all code blocks, typo fixesRobert Jefe Lindstaedt
2016-01-11doc: remove "above" and "below" referencesRichard Sun
2016-01-06doc: improvements to crypto.markdown copyJames M Snell
2015-12-17doc: fix, modernize examples in docsJames M Snell
2015-12-07crypto: simplify using pre-existing keys with ECDHMichael Ruddy
2015-12-03doc: update links to use https where possiblejpersson
2015-12-03doc: add links and backticks around namesjpersson
2015-11-23doc: Adding best practises for crypto.pbkdf2Tom Gallacher
2015-11-16doc: consistent reference-style linksBryan English
2015-11-12doc: sort crypto alphabeticallyTristian Flanagan
2015-11-05doc: add caveats of algs and key size in cryptoShigeki Ohtsu
2015-11-01doc: fix crypto spkac function descriptionsJason Gerfen
2015-10-19doc: show keylen in pbkdf2 as a byte lengthcalebboyd
2015-09-30doc: fix outdated 'try/catch' statement in syncMinwoo Jung
2015-08-25doc: minor grammatical update in crypto.markdownJames M Snell
2015-08-25doc: minor grammatical updateJames M Snell
2015-08-24doc: make the deprecations consistentSakthipriyan Vairamani
2015-08-23node: rename from io.js to nodecjihrig
2015-06-09doc: add references to crypto.getCurves()Roman Reiss
2015-06-08crypto: add getCurves() to get supported ECsBrian White
2015-06-07doc: add note about available ECC curvesRyan Petschek
2015-05-02doc: fix some cross-referencesAlexander Gromnitsky
2015-02-27doc: update stability indexChris Dickinson
2015-02-09doc: fix typo in cryptoHaoliang Gao
2015-02-09doc: change the order of crypto.publicDecryptHaoliang Gao
2015-02-07doc: update node.js references in api docsBen Noordhuis
2015-02-02crypto: support passwords in publicEncryptCalvin Metcalf