summaryrefslogtreecommitdiff
path: root/src/common/tortls.c
AgeCommit message (Expand)Author
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-21fix typo and garbage grammarRoger Dingledine
2010-02-18Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-18Fix compileSebastian Hahn
2010-02-17Even more conservative option-setting for SSL renegotiation.Nick Mathewson
2010-01-31Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-01-31Revise OpenSSL fix to work with OpenSSL 1.0.0beta*Nick Mathewson
2010-01-29Decide whether to use SSL flags based on runtime OpenSSL version.Nick Mathewson
2010-01-29Detect the correct versions of openssl for tls negotiation fixNick Mathewson
2010-01-29Decide whether to use SSL flags based on runtime OpenSSL version.Nick Mathewson
2010-01-23Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-01-22Avoid a possible crash in tls_log_errors.Nick Mathewson
2009-12-12Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson
2009-12-12*_free functions now accept NULLSebastian Hahn
2009-12-04Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-12-04Improved workaround for disabled OpenSSL renegotiation.Martin Peck
2009-11-06Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-11-05Make Tor work with OpenSSL 0.9.8lNick Mathewson
2009-09-24Fix compilation on OpenSSLs with unusual state lists.Nick Mathewson
2009-09-24Debugging logs for TLS handshakeNick Mathewson
2009-09-17Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-09-17Work around a memory leak in openssl 0.9.8g (and maybe others)Nick Mathewson
2009-09-01Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-05-31Merge branch 'hardware_accel_improvements'Nick Mathewson
2009-05-27Spelling fixes in comments and stringsNick Mathewson
2009-05-23Add support for dynamic OpenSSL hardware crypto acceleration engines.Martin Peck
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update copyright to 2009.Karsten Loesing
2009-03-09doxygen tweakRoger Dingledine
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-30Remove some code that is #ifdefed out, and that we no longer seem to use, if ...Nick Mathewson
2008-12-18Fix a small memory leak of around 32 bytes per TLS connection opened. Bugfix ...Nick Mathewson
2008-12-17Resolve many DOCDOCs.Nick Mathewson
2008-09-05Refactor some code and add some asserts based on scanner results.Nick Mathewson
2008-07-10Fix bug 763. When a hidden service is giving up on an introduction point cand...Karsten Loesing
2008-07-10 r16882@tombo: nickm | 2008-07-10 14:31:25 -0400Nick Mathewson
2008-06-13fix a few typos, and give the bootstrap phase stuff a changelog entry.Roger Dingledine
2008-06-13 r16217@tombo: nickm | 2008-06-12 21:13:09 -0400Nick Mathewson
2008-06-12 r16215@tombo: nickm | 2008-06-12 18:39:03 -0400Nick Mathewson
2008-05-29Ouch. We were sometimes getting openssl compression by default. This is poi...Nick Mathewson
2008-05-19If the user has an openssl that supports my "release buffer ram" patch, use it.Nick Mathewson
2008-05-05 r19613@catbus: nickm | 2008-05-05 19:57:06 -0400Nick Mathewson
2008-04-29make check-spaces wants a newline at the end of tortlsRoger Dingledine
2008-04-10 r15161@31-33-107: nickm | 2008-04-10 11:11:58 -0400Nick Mathewson
2008-03-27 r19089@catbus: nickm | 2008-03-27 11:05:23 -0400Nick Mathewson
2008-03-24correct a confusing log messageRoger Dingledine
2008-03-18 r18919@catbus: nickm | 2008-03-18 10:53:38 -0400Nick Mathewson
2008-03-17 r18852@catbus: nickm | 2008-03-16 22:47:19 -0400Nick Mathewson