Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-15crypto: Pass encodings for Hmac digestisaacs
2013-05-15crypto: use StringBytes::Encodeisaacs
2013-05-15crypto: Pass strings to binding layer directlyisaacs
2013-04-21crypto: LazyTransform on properties, not methodsisaacs
2013-04-08crypto: fix constructor call in crypto streamsAndreas Madsen
2013-03-29crypto: Pass options to ctor callsisaacs
2013-03-25crypto: make getCiphers() return non-SSL ciphersBen Noordhuis
2013-03-21crypto: initialize transform lazilyFedor Indutny
2013-03-06stream: _write takes an encoding argumentisaacs
2013-03-06stream: 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-14tls: requestCert unusable with Firefox and Chromekoichik
2011-10-06Fixed 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-02Merge 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-20Share SSL context between server connectionsFedor Indutny
2011-05-07Add Diffie-Hellman support to crypto moduleHÃ¥vard Stranden
2011-04-14allow setting of ciphers in credentialsTheo Schlossnagle
2011-04-14TLS: Add secureOptions flagTheo Schlossnagle
2011-03-15Update copyright headersRyan Dahl
2011-02-10TLS: CRL supportTheo Schlossnagle
2011-01-22Initial pass at https clientRyan Dahl
2010-12-11Rename node::SecureStream to node::crypto::ConnectionRyan Dahl
2010-12-06Move securepair stuff into tls.jsRyan Dahl
2010-12-02more lintRyan Dahl
2010-12-01Remove useless shouldVerify assignmentsRyan Dahl
2010-12-01Better array check in Cert Authority listRyan Dahl
2010-12-01Move root certs out of JavaScriptRyan Dahl
2010-12-01styleRyan Dahl
2010-11-29styleRyan Dahl