112 Commits (027cd2719ff75a170ff61a79853782673157aef2)

Author SHA1 Message Date
Minwoo Jung e5254c12f4 doc: fix reference to API `hash.final` 9 years ago
Rainer Oviir 9908eced24 doc: uppercase 'RSA-SHA256' in crypto.markdown 9 years ago
Sakthipriyan Vairamani 423a58d66f doc: show links consistently in deprecations 9 years ago
Jackson Tian f4eeba8467 doc: fix code type of markdowns 9 years ago
Glen Arrowsmith 5a860d9cb7 doc: Examples work when data exceeds buffer size 9 years ago
Robert Jefe Lindstaedt 66c74548de doc: fenced all code blocks, typo fixes 9 years ago
Richard Sun 102fb7d3a1 doc: remove "above" and "below" references 9 years ago
James M Snell 09bc0c6a05 doc: improvements to crypto.markdown copy 9 years ago
James M Snell 04dd861221 doc: fix, modernize examples in docs 9 years ago
Michael Ruddy da5ac55c83 crypto: simplify using pre-existing keys with ECDH 9 years ago
jpersson f4164bd8df doc: update links to use https where possible 9 years ago
jpersson 3169eed1e3 doc: add links and backticks around names 9 years ago
Tom Gallacher 4849a54386 doc: Adding best practises for crypto.pbkdf2 9 years ago
Bryan English c2393d1f2a doc: consistent reference-style links 9 years ago
Tristian Flanagan e1c357e881 doc: sort crypto alphabetically 9 years ago
Shigeki Ohtsu 44f779b112 doc: add caveats of algs and key size in crypto 10 years ago
Jason Gerfen 7d0b589644 doc: fix crypto spkac function descriptions 9 years ago
calebboyd 086103b32e 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