summaryrefslogtreecommitdiff
path: root/src/common/tortls.c
AgeCommit message (Expand)Author
2011-10-26Merge branch 'maint-0.2.1_secfix' into maint-0.2.2_secfixSebastian Hahn
2011-10-26Don't send a certificate chain on outgoing TLS connections from non-relaysNick Mathewson
2011-10-26Maintain separate server and client TLS contexts.Robert Ransom
2011-10-26Refactor tor_tls_context_new:Robert Ransom
2011-02-10Make the DH parameter we use for TLS match the one from Apache's mod_sslNick Mathewson
2011-01-25Handle failing cases of DH allocationNick Mathewson
2011-01-24Make the DH parameter we use for TLS match the one from Apache's mod_sslNick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-11-23Fix compilation with mingw and OpenSSL 0.9.8m+mingw-san
2010-11-21Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2010-11-20Do not set the hostname TLS extension server-side; only client-sideNick Mathewson
2010-10-04Maintain separate server and client TLS contexts.Robert Ransom
2010-10-04Refactor tor_tls_context_new:Robert Ransom
2010-10-04Correct a bogus comment.Robert Ransom
2010-10-04Correct a couple of log messages in tortls.cRobert Ransom
2010-10-04Fix several comments in tortls.cRobert Ransom
2010-07-26Fix compilation with mingw and OpenSSL 0.9.8m+mingw-san
2010-07-09Rename log.h to torlog.hNick Mathewson
2010-05-24moved wince related includes and defs to compat.h where possible, removed unu...valerino
2010-04-20Demote a warning about missing client ciphersSebastian Hahn
2010-04-20minor cleanupsRoger Dingledine
2010-04-15Merge commit 'origin/maint-0.2.1'Nick Mathewson
2010-04-13Fix renegotiation on OpenSSL versions that backport RFC5746.Nick Mathewson
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