81 Commits (c22e5ace846f93b4531a39b0e055f89a46598f63)

Author SHA1 Message Date
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 10 years ago
seishun 42bda05af8 crypto: add RSA encryption 11 years ago
Brian White c7c904b1fc doc: fix createCipher description 10 years ago
Fedor Indutny e50749bb05
doc: document `tls.createSecureContext` 10 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
isaacs 627f0d27e8 doc: Typo. s/arguemnt/argument/ 12 years ago
Ben Noordhuis 14a6c4efb8 crypto: add crypto.getHashes() 12 years ago
Ben Noordhuis f53441ab1f crypto: add crypto.getCiphers() 12 years ago
isaacs 99b2368a6c doc: Reduce crypto stability to 2-Unstable 12 years ago
Fedor Indutny 63ff449d87 crypto: bring module into modern age 12 years ago
Ben Kelly c6185c8484 doc: Improve cross-linking in API docs markdown 13 years ago
Ben Noordhuis 8963a5228d doc: update crypto cipher/decipher docs 13 years ago
ssuda fb7348ae06 crypto: add PKCS12/PFX support 13 years ago
isaacs 2d44dcc8be doc: Add stability indicators to documentation 13 years ago
isaacs 674416fbc9 s/buffers/buffer/ 13 years ago
isaacs 032b877f31 doc refactor: crypto 13 years ago
Blake Miner 7343f8e776 tls: add `honorCipherOrder` option to tls.createServer() 13 years ago
isaacs f9e464f95a s/buffers/buffer/ 13 years ago