111 Commits (e20abb715edd65390f2d7f6c35375eb06a736bba)

Author SHA1 Message Date
Sakthipriyan Vairamani 4714abb482 doc: show links consistently in deprecations 9 years ago
Jackson Tian accd69ef63 doc: fix code type of markdowns 9 years ago
Glen Arrowsmith 26073dd1c1 doc: Examples work when data exceeds buffer size 9 years ago
Tom Gallacher a1163582c5 crypto: pbkdf2 deprecate digest overload. 9 years ago
Robert Jefe Lindstaedt e436272897 doc: fenced all code blocks, typo fixes 9 years ago
Richard Sun a2e77cedef doc: remove "above" and "below" references 9 years ago
James M Snell cc82e5e3d9 doc: improvements to crypto.markdown copy 9 years ago
James M Snell 9b21119e17 doc: fix, modernize examples in docs 9 years ago
Michael Ruddy 322b36c0a1 crypto: simplify using pre-existing keys with ECDH 9 years ago
jpersson 7e4f22ca13 doc: update links to use https where possible 9 years ago
jpersson 14b3aab7d2 doc: add links and backticks around names 9 years ago
Tom Gallacher d16def5326 doc: Adding best practises for crypto.pbkdf2 9 years ago
Bryan English cd1123a0fb doc: consistent reference-style links 9 years ago
Tristian Flanagan 6f8e481085 doc: sort crypto alphabetically 9 years ago
Shigeki Ohtsu 017fc5b391 doc: add caveats of algs and key size in crypto 10 years ago
Jason Gerfen 9e3aa451a1 doc: fix crypto spkac function descriptions 9 years ago
calebboyd ff8fa5150f doc: show keylen in pbkdf2 as a byte length 9 years ago
Minwoo Jung d32363ff20 doc: fix outdated 'try/catch' statement in sync 9 years ago
James M Snell 758d02e4e9 doc: minor grammatical update in crypto.markdown 10 years ago
James M Snell b11ba2791c doc: minor grammatical update 10 years ago
Sakthipriyan Vairamani 5c77031f95 doc: make the deprecations consistent 9 years ago
cjihrig a69ab27ab4 node: rename from io.js to node 10 years ago
Roman Reiss 9f3a03f0d4 doc: add references to crypto.getCurves() 10 years ago
Brian White 38d1afc24d crypto: add getCurves() to get supported ECs 10 years ago
Ryan Petschek deb8b87dc9 doc: add note about available ECC curves 10 years ago
Alexander Gromnitsky 02388dbf40 doc: fix some cross-references 10 years ago
Chris Dickinson cf0306cd71 doc: update stability index 10 years ago
Haoliang Gao 1151016d0a doc: fix typo in crypto 10 years ago
Haoliang Gao 7c568684b8 doc: change the order of crypto.publicDecrypt 10 years ago
Ben Noordhuis 789bbb91d3 doc: update node.js references in api docs 10 years ago
Calvin Metcalf 6561274d23 crypto: support passwords in publicEncrypt 10 years ago
Calvin Metcalf 7604e6decc docs: add note about default padding in crypto 10 years ago
Fedor Indutny 87e62bd4c8 crypto: implement privateEncrypt/publicDecrypt 10 years ago
Calvin Metcalf e5e598060e lib,src: make pseudoRandomBytes alias randomBytes 10 years ago
Calvin Metcalf d481bb68c4 doc: more explicit crypto.pseudoRandomBytes docs 10 years ago
Calvin Metcalf 43226dd40e doc: add note about key derivation 10 years ago
Wang Xinyong db7df57e03 doc: correct createSecureContext 10 years ago
Trevor Norris f2a78de6ec doc: fix optional parameter parsing 10 years ago
Trevor Norris 51b6b6844e doc: fix brackets for optional parameters 10 years ago
Fedor Indutny 6e453fad87 crypto: introduce ECDH 10 years ago
Fedor Indutny 6adf3ecebb crypto: allow padding in RSA methods 11 years ago
seishun 42bda05af8 crypto: add RSA encryption 11 years ago
Brian White c7c904b1fc doc: fix createCipher description 11 years ago
Fedor Indutny e50749bb05
doc: document `tls.createSecureContext` 11 years ago
Brian White 31ce34887f crypto: allow setting add'l authenticated data 11 years ago
Brian White a226be4f76 crypto: allow custom generator for DiffieHellman 11 years ago
Brian White 3595139b51 doc: fix diffieHellman.getGenerator() description 11 years ago
Ben Noordhuis 74d9aa49d5 crypto: support custom pbkdf2 digest methods 11 years ago
Fedor Indutny 92b6417098 crypto: introduce .setEngine(engine, [flags]) 11 years ago
Mathias Bynens f89a7185b7 doc: mention `binary` as deafult for Hash strings 11 years ago