summaryrefslogtreecommitdiff
path: root/lib/crypto.js
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-05-151-0/+8
|\
| * crypto: add PKCS12/PFX supportssuda2012-05-141-0/+8
* | crypto: add function getDiffieHellman()Tomasz Buchert2012-02-211-0/+4
|/
* tls, https: add passphrase optionkoichik2011-10-311-1/+7
* tls: requestCert unusable with Firefox and Chromekoichik2011-10-151-0/+4
* Fixed a lot of jslint errors.Colton Baker2011-10-051-2/+2
* crypto: implement randomBytes() and pseudoRandomBytes()Ben Noordhuis2011-09-271-0/+8
* crypto: PBKDF2 function from OpenSSLGlen Low2011-08-121-0/+3
* Merge branch 'v0.4'Ryan Dahl2011-08-011-4/+4
|\
| * Doc improvements and change argument name.koichik2011-07-251-4/+4
* | Merge branch 'v0.4'Ryan Dahl2011-05-201-10/+18
|\ \ | |/
| * Remove unused variableBrian White2011-05-201-1/+0
| * Share SSL context between server connectionsFedor Indutny2011-05-191-9/+15
* | Add Diffie-Hellman support to crypto moduleHÃ¥vard Stranden2011-05-061-0/+13
* | allow setting of ciphers in credentialsTheo Schlossnagle2011-04-131-0/+2
* | TLS: Add secureOptions flagTheo Schlossnagle2011-04-131-2/+4
|/
* Update copyright headersRyan Dahl2011-03-141-0/+21
* TLS: CRL supportTheo Schlossnagle2011-02-101-0/+10
* Initial pass at https clientRyan Dahl2011-01-211-5/+5
* Rename node::SecureStream to node::crypto::ConnectionRyan Dahl2010-12-111-1/+0
* Move securepair stuff into tls.jsRyan Dahl2010-12-051-4/+0
* more lintRyan Dahl2010-12-011-10/+10
* Remove useless shouldVerify assignmentsRyan Dahl2010-12-011-2/+0
* Better array check in Cert Authority listRyan Dahl2010-12-011-1/+1
* Move root certs out of JavaScriptRyan Dahl2010-11-301-3589/+1
* styleRyan Dahl2010-11-301-12/+22
* styleRyan Dahl2010-11-281-12/+28
* Add SecurePair for handling of a ssl/tls stream.Paul Querna2010-10-251-0/+3
* Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith2010-10-111-1/+0
* syntax fixes to pass jslintJoshaven Potter2010-10-061-11/+10
* quicker loopsAaron Heckmann2010-09-281-2/+2
* fix whitespace errorsBlake Mizerany2010-06-291-1/+1
* RootCaCerts shouldn't be globalRyan Dahl2010-06-151-2/+2
* Merge Hash.init() function into JS constructorRyan Dahl2010-06-141-1/+1
* Added default CAs, updated openssl verify behaviour, added crypto and https d...Rhys Jones2010-05-041-1/+3597
* Additional OpenSSL testsRhys Jones2010-05-031-0/+26
* Moved Credentials into crypto module. Added node_crypto into crypto moduleRhys Jones2010-04-121-0/+52