summaryrefslogtreecommitdiff
path: root/lib/crypto.js
AgeCommit message (Expand)Author
2013-03-05stream: _write takes an encoding argumentisaacs
2013-03-05stream: Remove output function from _transformisaacs
2013-02-25crypto: fix base64 padding regressionBen Noordhuis
2012-12-14crypto: Streaming interface for Sign and Verifyisaacs
2012-12-14crypto: Streaming interface for cipher/decipher/ivisaacs
2012-12-14crypto: Streaming api for Hmacisaacs
2012-12-14crypto: Streaming interface for Hashisaacs
2012-10-23crypto: pbkdf2 throws when no callback providedisaacs
2012-10-23crypto: Clean up buffer handling and DH methodsisaacs
2012-10-23crypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer')isaacs
2012-10-23crypto: Binding only accepts buffersisaacs
2012-10-23crypto: Move encoding logic to JS, default=bufferisaacs
2012-10-13crypto: sort return value of getCiphers/getHashesBen Noordhuis
2012-10-13crypto: add crypto.getHashes()Ben Noordhuis
2012-10-13crypto: add crypto.getCiphers()Ben Noordhuis
2012-05-15Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-14crypto: add PKCS12/PFX supportssuda
2012-02-21crypto: add function getDiffieHellman()Tomasz Buchert
2011-10-31tls, https: add passphrase optionkoichik
2011-10-15tls: requestCert unusable with Firefox and Chromekoichik
2011-10-05Fixed a lot of jslint errors.Colton Baker
2011-09-27crypto: implement randomBytes() and pseudoRandomBytes()Ben Noordhuis
2011-08-12crypto: PBKDF2 function from OpenSSLGlen Low
2011-08-01Merge branch 'v0.4'Ryan Dahl
2011-07-25Doc improvements and change argument name.koichik
2011-05-20Merge branch 'v0.4'Ryan Dahl
2011-05-20Remove unused variableBrian White
2011-05-19Share SSL context between server connectionsFedor Indutny
2011-05-06Add Diffie-Hellman support to crypto moduleHÃ¥vard Stranden
2011-04-13allow setting of ciphers in credentialsTheo Schlossnagle
2011-04-13TLS: Add secureOptions flagTheo Schlossnagle
2011-03-14Update copyright headersRyan Dahl
2011-02-10TLS: CRL supportTheo Schlossnagle
2011-01-21Initial pass at https clientRyan Dahl
2010-12-11Rename node::SecureStream to node::crypto::ConnectionRyan Dahl
2010-12-05Move securepair stuff into tls.jsRyan Dahl
2010-12-01more lintRyan Dahl
2010-12-01Remove useless shouldVerify assignmentsRyan Dahl
2010-12-01Better array check in Cert Authority listRyan Dahl
2010-11-30Move root certs out of JavaScriptRyan Dahl
2010-11-30styleRyan Dahl
2010-11-28styleRyan Dahl
2010-10-25Add SecurePair for handling of a ssl/tls stream.Paul Querna
2010-10-11Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-10-06syntax fixes to pass jslintJoshaven Potter
2010-09-28quicker loopsAaron Heckmann
2010-06-29fix whitespace errorsBlake Mizerany
2010-06-15RootCaCerts shouldn't be globalRyan Dahl
2010-06-14Merge Hash.init() function into JS constructorRyan Dahl
2010-05-04Added default CAs, updated openssl verify behaviour, added crypto and https d...Rhys Jones