summaryrefslogtreecommitdiff
path: root/src/common/tortls.c
AgeCommit message (Expand)Author
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-11Make openssl 0.9.8l log message accurateNick Mathewson
2012-01-11Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-01-11Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2012-01-11Fix a compilation warning for our bug4822 fix on 64-bit linuxNick Mathewson
2012-01-10Add macros to construct openssl version numbersNick Mathewson
2012-01-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-01-09Fix comment about TLSv1_method() per comments by wanoskarnetNick Mathewson
2012-01-08Merge branch 'maint-0.2.2'Roger Dingledine
2012-01-08add a note from wanoskarnetRoger Dingledine
2012-01-06Change to use SSL_state_string_long() instead of homebrew ssl_state_to_string...Emile Snyder
2012-01-05Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-01-05Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2012-01-05Log at info level when disabling SSLv3Robert Ransom
2012-01-05Disable SSLv3 when using a not-up-to-date opensslNick Mathewson
2012-01-05note some dead code. if i'm right, should this be removed?Roger Dingledine
2011-12-08indent; add commentNick Mathewson
2011-12-06Revert "Refactor the SSL_set_info_callback() callbacks."Nick Mathewson
2011-12-06Revert "Detect renegotiation when it actually happens."Nick Mathewson
2011-12-06Revert "Detect and deny excess renegotiations attempts."Nick Mathewson
2011-12-06Revert "Get rid of tor_tls_block_renegotiation()."Nick Mathewson
2011-12-06Revert "Also handle needless renegotiations in SSL_write()."Nick Mathewson
2011-12-06Revert "Fix issues pointed out by nickm."Nick Mathewson
2011-12-06Revert "Use callback-driven approach to block renegotiations."Nick Mathewson
2011-12-06Revert "Refactor tor_event_base_once to do what we actually want"Nick Mathewson
2011-12-06Revert "Fix some wide lines in tortls.c"Nick Mathewson
2011-12-06Revert "Don't schedule excess_renegotiations_callback unless it's set"Nick Mathewson
2011-12-06Revert "indent; add comment"Nick Mathewson
2011-12-06Revert "Make pending libevent actions cancelable"Nick Mathewson
2011-12-06Revert "Set renegotiation callbacks immediately on tls inititation"Nick Mathewson
2011-11-29Merge branch 'bug4587_v2'Nick Mathewson
2011-11-29Set renegotiation callbacks immediately on tls inititationNick Mathewson
2011-11-29Make pending libevent actions cancelableNick Mathewson
2011-11-27indent; add commentNick Mathewson
2011-11-27Merge remote-tracking branch 'asn/bug4584'Nick Mathewson
2011-11-27Don't schedule excess_renegotiations_callback unless it's setNick Mathewson
2011-11-27Use random bytes as our certificate serial numbers.George Kadianakis
2011-11-25Fix some wide lines in tortls.cNick Mathewson
2011-11-25Refactor tor_event_base_once to do what we actually wantNick Mathewson
2011-11-25Merge remote-tracking branch 'asn/bug4312'Nick Mathewson
2011-11-16Fix a check-spaces complaintSebastian Hahn
2011-11-15Make certificate skew into a protocol warningNick Mathewson
2011-11-15Allow up to a 30 days future skew, 48 hours past skew in certs.Nick Mathewson
2011-11-13Use callback-driven approach to block renegotiations.George Kadianakis
2011-11-03Fix issues pointed out by nickm.George Kadianakis
2011-10-28Fix a memory-poisoning memset in tortls.cNick Mathewson
2011-10-27Merge branch 'maint-0.2.2_secfix' into master_secfixSebastian Hahn
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