summaryrefslogtreecommitdiff
path: root/lib/crypto.js
AgeCommit message (Expand)Author
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
2010-05-03Additional OpenSSL testsRhys Jones
2010-04-12Moved Credentials into crypto module. Added node_crypto into crypto moduleRhys Jones