aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.c
Commit message (Expand)AuthorAge
* Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2010-11-21
|\
| * Do not set the hostname TLS extension server-side; only client-sideNick Mathewson2010-11-20
* | Maintain separate server and client TLS contexts.Robert Ransom2010-10-04
* | Refactor tor_tls_context_new:Robert Ransom2010-10-04
* | Correct a bogus comment.Robert Ransom2010-10-04
* | Correct a couple of log messages in tortls.cRobert Ransom2010-10-04
* | Fix several comments in tortls.cRobert Ransom2010-10-04
* | Fix compilation with mingw and OpenSSL 0.9.8m+mingw-san2010-07-26
* | Rename log.h to torlog.hNick Mathewson2010-07-09
* | moved wince related includes and defs to compat.h where possible, removed unu...valerino2010-05-24
* | Demote a warning about missing client ciphersSebastian Hahn2010-04-20
* | minor cleanupsRoger Dingledine2010-04-20
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2010-04-15
|\|
| * Fix renegotiation on OpenSSL versions that backport RFC5746.Nick Mathewson2010-04-13
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\|
| * Update Tor Project copyright yearsNick Mathewson2010-02-27
* | fix typo and garbage grammarRoger Dingledine2010-02-21
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-18
|\|
| * Fix compileSebastian Hahn2010-02-18
| * Even more conservative option-setting for SSL renegotiation.Nick Mathewson2010-02-17
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-01-31
|\|
| * Revise OpenSSL fix to work with OpenSSL 1.0.0beta*Nick Mathewson2010-01-31
| * Decide whether to use SSL flags based on runtime OpenSSL version.Nick Mathewson2010-01-29
* | Detect the correct versions of openssl for tls negotiation fixNick Mathewson2010-01-29
* | Decide whether to use SSL flags based on runtime OpenSSL version.Nick Mathewson2010-01-29
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-01-23
|\|
| * Avoid a possible crash in tls_log_errors.Nick Mathewson2010-01-22
* | Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson2009-12-12
* | *_free functions now accept NULLSebastian Hahn2009-12-12
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-12-04
|\|
| * Improved workaround for disabled OpenSSL renegotiation.Martin Peck2009-12-04
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-11-06
|\|
| * Make Tor work with OpenSSL 0.9.8lNick Mathewson2009-11-05
* | Fix compilation on OpenSSLs with unusual state lists.Nick Mathewson2009-09-24
* | Debugging logs for TLS handshakeNick Mathewson2009-09-24
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-09-17
|\|
| * Work around a memory leak in openssl 0.9.8g (and maybe others)Nick Mathewson2009-09-17
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-09-01
|\|
| * Fix compile warnings on Snow LeopardSebastian Hahn2009-09-01
* | Merge branch 'hardware_accel_improvements'Nick Mathewson2009-05-31
|\ \ | |/ |/|
| * Add support for dynamic OpenSSL hardware crypto acceleration engines.Martin Peck2009-05-23
| * Update copyright to 2009.Karsten Loesing2009-05-02
* | Spelling fixes in comments and stringsNick Mathewson2009-05-27
* | Update copyright to 2009.Karsten Loesing2009-05-04
|/
* doxygen tweakRoger Dingledine2009-03-09
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* Remove some code that is #ifdefed out, and that we no longer seem to use, if ...Nick Mathewson2008-12-30
* Fix a small memory leak of around 32 bytes per TLS connection opened. Bugfix ...Nick Mathewson2008-12-18
* Resolve many DOCDOCs.Nick Mathewson2008-12-17
* Refactor some code and add some asserts based on scanner results.Nick Mathewson2008-09-05