aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.c
Commit message (Expand)AuthorAge
...
* | | Add macros to construct openssl version numbersNick Mathewson2012-01-10
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-01-09
|\| |
| * | Fix comment about TLSv1_method() per comments by wanoskarnetNick Mathewson2012-01-09
* | | Merge branch 'maint-0.2.2'Roger Dingledine2012-01-08
|\| |
| * | add a note from wanoskarnetRoger Dingledine2012-01-08
* | | Change to use SSL_state_string_long() instead of homebrew ssl_state_to_string...Emile Snyder2012-01-06
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-01-05
|\| |
| * | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2012-01-05
| |\|
| | * Log at info level when disabling SSLv3Robert Ransom2012-01-05
| | * Disable SSLv3 when using a not-up-to-date opensslNick Mathewson2012-01-05
* | | note some dead code. if i'm right, should this be removed?Roger Dingledine2012-01-05
* | | indent; add commentNick Mathewson2011-12-08
* | | Revert "Refactor the SSL_set_info_callback() callbacks."Nick Mathewson2011-12-06
* | | Revert "Detect renegotiation when it actually happens."Nick Mathewson2011-12-06
* | | Revert "Detect and deny excess renegotiations attempts."Nick Mathewson2011-12-06
* | | Revert "Get rid of tor_tls_block_renegotiation()."Nick Mathewson2011-12-06
* | | Revert "Also handle needless renegotiations in SSL_write()."Nick Mathewson2011-12-06
* | | Revert "Fix issues pointed out by nickm."Nick Mathewson2011-12-06
* | | Revert "Use callback-driven approach to block renegotiations."Nick Mathewson2011-12-06
* | | Revert "Refactor tor_event_base_once to do what we actually want"Nick Mathewson2011-12-06
* | | Revert "Fix some wide lines in tortls.c"Nick Mathewson2011-12-06
* | | Revert "Don't schedule excess_renegotiations_callback unless it's set"Nick Mathewson2011-12-06
* | | Revert "indent; add comment"Nick Mathewson2011-12-06
* | | Revert "Make pending libevent actions cancelable"Nick Mathewson2011-12-06
* | | Revert "Set renegotiation callbacks immediately on tls inititation"Nick Mathewson2011-12-06
* | | Merge branch 'bug4587_v2'Nick Mathewson2011-11-29
|\ \ \
| * | | Set renegotiation callbacks immediately on tls inititationNick Mathewson2011-11-29
* | | | Make pending libevent actions cancelableNick Mathewson2011-11-29
* | | | indent; add commentNick Mathewson2011-11-27
* | | | Merge remote-tracking branch 'asn/bug4584'Nick Mathewson2011-11-27
|\ \ \ \ | |/ / / |/| | |
| * | | Use random bytes as our certificate serial numbers.George Kadianakis2011-11-27
* | | | Don't schedule excess_renegotiations_callback unless it's setNick Mathewson2011-11-27
|/ / /
* | | Fix some wide lines in tortls.cNick Mathewson2011-11-25
* | | Refactor tor_event_base_once to do what we actually wantNick Mathewson2011-11-25
* | | Merge remote-tracking branch 'asn/bug4312'Nick Mathewson2011-11-25
|\ \ \
| * | | Use callback-driven approach to block renegotiations.George Kadianakis2011-11-13
| * | | Fix issues pointed out by nickm.George Kadianakis2011-11-03
| * | | Also handle needless renegotiations in SSL_write().George Kadianakis2011-10-26
| * | | Get rid of tor_tls_block_renegotiation().George Kadianakis2011-10-26
| * | | Detect and deny excess renegotiations attempts.George Kadianakis2011-10-26
| * | | Detect renegotiation when it actually happens.George Kadianakis2011-10-26
| * | | Refactor the SSL_set_info_callback() callbacks.George Kadianakis2011-10-26
* | | | Fix a check-spaces complaintSebastian Hahn2011-11-16
* | | | Make certificate skew into a protocol warningNick Mathewson2011-11-15
* | | | Allow up to a 30 days future skew, 48 hours past skew in certs.Nick Mathewson2011-11-15
* | | | Fix a memory-poisoning memset in tortls.cNick Mathewson2011-10-28
* | | | Merge branch 'maint-0.2.2_secfix' into master_secfixSebastian Hahn2011-10-27
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'maint-0.2.1_secfix' into maint-0.2.2_secfixSebastian Hahn2011-10-26
| |\ \ \ | | | |/ | | |/|
| | * | Don't send a certificate chain on outgoing TLS connections from non-relaysNick Mathewson2011-10-26
| | * | Maintain separate server and client TLS contexts.Robert Ransom2011-10-26