Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | Normal relays should generate dynamic DH moduli as well. | George Kadianakis | 2011-11-26 | |
| * | | | | | | | Simply initialize TLS context if DynamicDHGroups change. | George Kadianakis | 2011-11-25 | |
| * | | | | | | | Add a changes file. | George Kadianakis | 2011-11-25 | |
| * | | | | | | | Only bother with dynamic DH moduli if we are a bridge. | George Kadianakis | 2011-11-25 | |
| * | | | | | | | Move DH_GENERATOR to crypto.c. | George Kadianakis | 2011-11-25 | |
| * | | | | | | | Move broken primes to dynamic_dh_modulus.broken. | George Kadianakis | 2011-11-25 | |
| * | | | | | | | Do dynamic DH modulus storing in crypto.c. | George Kadianakis | 2011-11-25 | |
| * | | | | | | | Finishing touches. | George Kadianakis | 2011-11-25 | |
| * | | | | | | | Rename 'dynamic prime' to 'dynamic DH modulus'. | George Kadianakis | 2011-11-25 | |
| * | | | | | | | s/DynamicPrimes/DynamicDHGroups/g | George Kadianakis | 2011-11-25 | |
| * | | | | | | | Notify the user that her computer is generating numbers. | George Kadianakis | 2011-11-25 | |
| * | | | | | | | Make sure that the stored DH prime is safe to use. | George Kadianakis | 2011-11-25 | |
| * | | | | | | | Move crypto_get_stored_dynamic_prime() to crypto.c | George Kadianakis | 2011-11-24 | |
| * | | | | | | | Move store_dynamic_prime() to crypto.c. | George Kadianakis | 2011-11-24 | |
| * | | | | | | | Tone down the logging. | George Kadianakis | 2011-11-24 | |
| * | | | | | | | Implement dynamic prime reading and storing to disk. | George Kadianakis | 2011-11-24 | |
| * | | | | | | | Make DynamicPrimes SIGHUP-able. | George Kadianakis | 2011-11-24 | |
| * | | | | | | | Document DynamicPrimes in the manual page. | George Kadianakis | 2011-11-24 | |
| * | | | | | | | Improve code in the dynamic primes realm. | George Kadianakis | 2011-11-24 | |
| * | | | | | | | Improve logging. | George Kadianakis | 2011-11-24 | |
| * | | | | | | | Make it compile. | George Kadianakis | 2011-11-24 | |
| * | | | | | | | Rename "Rakshasa" to "Dynamic Prime". | George Kadianakis | 2011-11-24 | |
| * | | | | | | | Introduce the DynamicPrimes configuration option. | George Kadianakis | 2011-11-24 | |
| * | | | | | | | Copy/Paste Jake's stuff. | George Kadianakis | 2011-11-24 | |
| | |_|_|_|/ / | |/| | | | | | ||||
* | | | | | | | Merge branch 'disable_network' | Nick Mathewson | 2011-11-29 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Fix some DOCDOCs | Nick Mathewson | 2011-11-29 | |
| * | | | | | | | Make sure we never launch an evdns resolve when DisableNetwork is 1 | Nick Mathewson | 2011-11-29 | |
| * | | | | | | | log a notice when disablenetwork is set | Nick Mathewson | 2011-11-28 | |
| * | | | | | | | Manpage for DisableNetwork | Nick Mathewson | 2011-11-28 | |
| * | | | | | | | New 'DisableNetwork' option to prevent Tor from using the network | Nick Mathewson | 2011-11-28 | |
| | |_|_|_|_|/ | |/| | | | | | ||||
* | | | | | | | Merge branch 'multilevel_cfg' | Nick Mathewson | 2011-11-29 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Support for a defaults torrc file. | Nick Mathewson | 2011-11-27 | |
| * | | | | | | | Add the ability to append and clear linelist options from cmdline | Nick Mathewson | 2011-11-27 | |
| * | | | | | | | Make linelists always overridden by the command line | Nick Mathewson | 2011-11-27 | |
| |/ / / / / / | ||||
* / / / / / / | Make pending libevent actions cancelable | Nick Mathewson | 2011-11-29 | |
|/ / / / / / | ||||
* | | | | | | Merge branch 'safer_params_squashed' | Nick Mathewson | 2011-11-27 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Implement consensus method 12 (proposal 178) | Sebastian Hahn | 2011-11-27 | |
|/ / / / / / | ||||
* | | | | | | indent; add comment | Nick Mathewson | 2011-11-27 | |
* | | | | | | Merge remote-tracking branch 'asn/bug4584' | Nick Mathewson | 2011-11-27 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||
| * | | | | | Add a changes file. | George Kadianakis | 2011-11-27 | |
| * | | | | | Use random bytes as our certificate serial numbers. | George Kadianakis | 2011-11-27 | |
* | | | | | | Don't schedule excess_renegotiations_callback unless it's set | Nick Mathewson | 2011-11-27 | |
|/ / / / / | ||||
* | | | | | fold in changes files so far | Roger Dingledine | 2011-11-25 | |
* | | | | | use event_free() wrapper; fix bug 4582 | Nick Mathewson | 2011-11-25 | |
* | | | | | Fix some wide lines in tortls.c | Nick Mathewson | 2011-11-25 | |
* | | | | | Avoid a double-mark in connection_or_close_connection_cb | Nick Mathewson | 2011-11-25 | |
* | | | | | Refactor tor_event_base_once to do what we actually want | Nick Mathewson | 2011-11-25 | |
* | | | | | Merge remote-tracking branch 'asn/bug4312' | Nick Mathewson | 2011-11-25 | |
|\ \ \ \ \ | ||||
| * | | | | | Use callback-driven approach to block renegotiations. | George Kadianakis | 2011-11-13 | |
| * | | | | | Fix issues pointed out by nickm. | George Kadianakis | 2011-11-03 |