summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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 "appease check-spaces"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 "use event_free() wrapper; fix bug 4582"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-12-02Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-12-02tor_accept_socket() should take tor_addr_t for listener argNick Mathewson
2011-12-02Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-12-02Fix bug 4530; check return val of tor_addr_lookup correctlyNick Mathewson
2011-12-02Work around a false positive in Coverity.Sebastian Hahn
2011-11-30Free the global DH parameters in crypto_global_cleanup().George Kadianakis
2011-11-30Move crypto_global_cleanup() to the bottom of crypto.c.George Kadianakis
2011-11-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-11-30First chunk of support for bridges on IPv6Linus Nordberg
2011-11-29Merge branch 'bug4587_v2'Nick Mathewson
2011-11-29Set renegotiation callbacks immediately on tls inititationNick Mathewson
2011-11-29Merge remote-tracking branch 'asn-mytor/bug4548_take2'Nick 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-26Write dynamic DH parameters to a file.George Kadianakis
2011-11-26Introduce write_bytes_to_new_file().George Kadianakis
2011-11-25use event_free() wrapper; fix bug 4582Nick Mathewson
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-25Make process_handle_t private and fix some unit testsNick Mathewson
2011-11-25Merge remote-tracking branch 'asn/bug3472_act2'Nick Mathewson
2011-11-25Merge remote-tracking branch 'sebastian/pure_removal'Nick Mathewson
2011-11-25Purge ATTR_PURE from the codeSebastian Hahn
2011-11-25Move DH_GENERATOR to crypto.c.George Kadianakis
2011-11-25Move broken primes to dynamic_dh_modulus.broken.George Kadianakis
2011-11-25Do dynamic DH modulus storing in crypto.c.George Kadianakis
2011-11-25Merge branch 'more_aes_hackery_rebased'Nick Mathewson
2011-11-25Use openssl's counter mode implementation when we have 1.0.0 or laterNick Mathewson
2011-11-25Use EVP for AES only when hardware accel is presentNick Mathewson
2011-11-24Handle build-trees better.Peter Palfrader
2011-11-24Move disable-debugger-attachment fn to compat where it belongs. Fix whitespaceNick Mathewson
2011-11-25Finishing touches.George Kadianakis