aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | Normal relays should generate dynamic DH moduli as well.George Kadianakis2011-11-26
| * | | | | | | Simply initialize TLS context if DynamicDHGroups change.George Kadianakis2011-11-25
| * | | | | | | Add a changes file.George Kadianakis2011-11-25
| * | | | | | | Only bother with dynamic DH moduli if we are a bridge.George Kadianakis2011-11-25
| * | | | | | | Move DH_GENERATOR to crypto.c.George Kadianakis2011-11-25
| * | | | | | | Move broken primes to dynamic_dh_modulus.broken.George Kadianakis2011-11-25
| * | | | | | | Do dynamic DH modulus storing in crypto.c.George Kadianakis2011-11-25
| * | | | | | | Finishing touches.George Kadianakis2011-11-25
| * | | | | | | Rename 'dynamic prime' to 'dynamic DH modulus'.George Kadianakis2011-11-25
| * | | | | | | s/DynamicPrimes/DynamicDHGroups/gGeorge Kadianakis2011-11-25
| * | | | | | | Notify the user that her computer is generating numbers.George Kadianakis2011-11-25
| * | | | | | | Make sure that the stored DH prime is safe to use.George Kadianakis2011-11-25
| * | | | | | | Move crypto_get_stored_dynamic_prime() to crypto.cGeorge Kadianakis2011-11-24
| * | | | | | | Move store_dynamic_prime() to crypto.c.George Kadianakis2011-11-24
| * | | | | | | Tone down the logging.George Kadianakis2011-11-24
| * | | | | | | Implement dynamic prime reading and storing to disk.George Kadianakis2011-11-24
| * | | | | | | Make DynamicPrimes SIGHUP-able.George Kadianakis2011-11-24
| * | | | | | | Document DynamicPrimes in the manual page.George Kadianakis2011-11-24
| * | | | | | | Improve code in the dynamic primes realm.George Kadianakis2011-11-24
| * | | | | | | Improve logging.George Kadianakis2011-11-24
| * | | | | | | Make it compile.George Kadianakis2011-11-24
| * | | | | | | Rename "Rakshasa" to "Dynamic Prime".George Kadianakis2011-11-24
| * | | | | | | Introduce the DynamicPrimes configuration option.George Kadianakis2011-11-24
| * | | | | | | Copy/Paste Jake's stuff.George Kadianakis2011-11-24
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'disable_network'Nick Mathewson2011-11-29
|\ \ \ \ \ \ \
| * | | | | | | Fix some DOCDOCsNick Mathewson2011-11-29
| * | | | | | | Make sure we never launch an evdns resolve when DisableNetwork is 1Nick Mathewson2011-11-29
| * | | | | | | log a notice when disablenetwork is setNick Mathewson2011-11-28
| * | | | | | | Manpage for DisableNetworkNick Mathewson2011-11-28
| * | | | | | | New 'DisableNetwork' option to prevent Tor from using the networkNick Mathewson2011-11-28
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'multilevel_cfg'Nick Mathewson2011-11-29
|\ \ \ \ \ \ \
| * | | | | | | Support for a defaults torrc file.Nick Mathewson2011-11-27
| * | | | | | | Add the ability to append and clear linelist options from cmdlineNick Mathewson2011-11-27
| * | | | | | | Make linelists always overridden by the command lineNick Mathewson2011-11-27
| |/ / / / / /
* / / / / / / Make pending libevent actions cancelableNick Mathewson2011-11-29
|/ / / / / /
* | | | | | Merge branch 'safer_params_squashed'Nick Mathewson2011-11-27
|\ \ \ \ \ \
| * | | | | | Implement consensus method 12 (proposal 178)Sebastian Hahn2011-11-27
|/ / / / / /
* | | | | | indent; add commentNick Mathewson2011-11-27
* | | | | | Merge remote-tracking branch 'asn/bug4584'Nick Mathewson2011-11-27
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add a changes file.George Kadianakis2011-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
|/ / / / /
* | | | | fold in changes files so farRoger Dingledine2011-11-25
* | | | | use event_free() wrapper; fix bug 4582Nick Mathewson2011-11-25
* | | | | Fix some wide lines in tortls.cNick Mathewson2011-11-25
* | | | | Avoid a double-mark in connection_or_close_connection_cbNick 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