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
2010-11-29Default to TLSv1Ryan Dahl
2010-11-29styleRyan Dahl
2010-11-29Use SSL_MODE_RELEASE_BUFFERS by default.Ryan Dahl
2010-11-19fix style for SecureStream::IsInitFinishedRyan Dahl
2010-11-14Fix segfault on test-cryptoRyan Dahl
2010-10-27Style changes.Tim-Smart
2010-10-26remove old todo.Paul Querna
2010-10-26Centralize error handling in SecureStreamPaul Querna
2010-10-10Fix a few compiler warnings...Ryan Dahl
2010-10-10More clang fixesRyan Dahl
2010-09-29Fix style in node_crypto.ccRyan Dahl
2010-09-28Rename some SecureStream methodsRyan Dahl
2010-09-10Expose fingerproint from getPeerCertificatePaul Querna
2010-09-09fast buffers for cryptoRyan Dahl
2010-07-23Buffer for Cipher, Decipher, Hmac, Sign and VerifyAndrew Naylor
2010-07-19Fix for issue #214Ryan Dahl
2010-07-14Register builtin extensions via a macro, rather than a manual strcmpPaul Querna
2010-07-13Free kbuf[] in Verify::VerifyFinal().Peter Griess
2010-07-13Coverity fixes: src/node_cryptoPeter Griess
2010-06-30fix whitespace errorsBlake Mizerany
2010-06-16Throw exceptions, not stringsisaacs
2010-06-16More lint on node_cryptoRyan Dahl
2010-06-16Fix a bunch of memory leaks in node_cryptoRyan Dahl
2010-06-16Lint node_crypto.ccRyan Dahl
2010-06-15Remove unused code from node_cryptoRyan Dahl
2010-06-15Fix memory leak in hash.update()Ryan Dahl
2010-06-15Merge Hash.init() function into JS constructorRyan Dahl
2010-05-11Revert "Check for strings.h"Ryan Dahl
2010-05-11Check for strings.hRyan Dahl
2010-05-05Added default CAs, updated openssl verify behaviour, added crypto and https d...Rhys Jones
2010-05-04Additional OpenSSL testsRhys Jones
2010-05-04Read all records to always empty the OpenSSL reading buffer.Paulo Matias
2010-05-04Make it possible to use client certificates to connect with a nodejs server, ...Paulo Matias
2010-04-27Compile for beta versions of OpenSSL 1.0.0Ryan Dahl
2010-04-23openssl 1.0.0 constificationKrishna Rajendran
2010-04-23Unify ErrnoException creationRyan Dahl
2010-04-15Added test and started tidy-up of node_crypto.ccRhys Jones
2010-04-13Moved Credentials into crypto module. Added node_crypto into crypto moduleRhys Jones
2010-04-03Initial openssl support for net2Rhys Jones