94 Commits (8c043c12456d9b5a500f9cefcca27a61a1a381cf)

Author SHA1 Message Date
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
Ingmar Runge e0d31ea2db crypto: support GCM authenticated encryption mode. 11 years ago
Fedor Indutny 88dc1fcb62 crypto: `randomBytes` is non-blocking 11 years ago
Fedor Indutny 0be5a94c56 doc: encoding is ignored if input is a Buffer 11 years ago
Thom Seddon f755ecf484 src: accept passphrase when crypto signing with private key 11 years ago
Jason Gerfen 990141502d doc: crypto: document SPKAC additions 11 years ago
isaacs a555992d5e Revert "doc: crypto: document SPKAC additions" 11 years ago
Jason Gerfen aa94450b31 doc: crypto: document SPKAC additions 11 years ago
Ben Noordhuis cfd0dca9ae crypto: make getCiphers() return non-SSL ciphers 12 years ago
JeongHoon Byun f217b5ed62 doc: fix typo in crypto docs 12 years ago
Aaron Cannon 0c57b31190 doc: Add crypto.pseudoRandomBytes, fix typo 12 years ago
Jacob Gable 34131af606 doc: fix typo in crypto Hash.digest() note 12 years ago
isaacs 4a32d53155 doc: Crypto streaming interface 12 years ago
Tim Kuijsten 6f9ed28fac doc: fix typo in setPrivateKey function signature 12 years ago
isaacs f3621359f4 doc: OpenSSL is bundled now. 12 years ago
isaacs 76b0bdf720 crypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer') 12 years ago
isaacs bfb9d5bbe6 crypto: Binding only accepts buffers 12 years ago
isaacs 9901b69c8e crypto: Move encoding logic to JS, default=buffer 12 years ago