aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.c
Commit message (Expand)AuthorAge
* C style fix: a no-args function is void fn(void), not void fn().Nick Mathewson2011-03-03
* Add a magic field to tor_tls_t to catch exdata corruption bugs, if any appear.Nick Mathewson2011-03-03
* Check the result of SSL_set_ex_dataRobert Ransom2011-03-03
* Use SSL_*_ex_data instead of SSL_*_app_dataRobert Ransom2011-03-03
* Remove now-unused helper functionsRobert Ransom2011-03-03
* remove tls related hash table codeGladys Shufflebottom2011-03-01
* Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-02-03
|\
| * Handle failing cases of DH allocationNick Mathewson2011-01-25
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-24
|\|
| * Make the DH parameter we use for TLS match the one from Apache's mod_sslNick Mathewson2011-01-24
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\|
| * Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
| |\
| | * Bump copyright statements to 2011Nick Mathewson2011-01-03
| | * Fix compilation with mingw and OpenSSL 0.9.8m+mingw-san2010-11-23
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-11-21
|\| |
| * | 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
* | | Add a testing-only option to use bufferevent_openssl as a filterNick Mathewson2010-11-09
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-10-21
|\| |
| * | Maintain separate server and client TLS contexts.Robert Ransom2010-10-04
| * | Refactor tor_tls_context_new:Robert Ransom2010-10-04
* | | Make check-spaces happySebastian Hahn2010-10-14
* | | Set OpenSSL 0.9.8l renegotiation flag early enough for buffereventsNick Mathewson2010-10-12
* | | Actually call connection_tls_finish_handshake() with buffereventsNick Mathewson2010-10-12
* | | Log OpenSSL errors coming from bufferevent_opensslNick Mathewson2010-10-11
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-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
* | | Make the bufferevent code use the renegotiation-reenabling hackNick Mathewson2010-09-27
* | | Always defer bufferevent_openssl callbacks to avoid reentrant invocationsNick Mathewson2010-09-27
* | | Fix whitespace in bufferevents branchNick Mathewson2010-09-27
* | | Document and/or fix stuff found by Sebastian in code reviewNick Mathewson2010-09-27
* | | Some bufferevents related fixes and pointers for nickmSebastian Hahn2010-09-27
* | | Convert bufferevents to use rate-limiting.Nick Mathewson2010-09-27
* | | Documentation for a few bufferevent functions.Nick Mathewson2010-09-27
* | | Get SSL connections and linked connections working with bufferevents.Nick Mathewson2010-09-27
|/ /
* | 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