summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2011-11-26Write dynamic DH parameters to a file.George Kadianakis
2011-11-26Introduce write_bytes_to_new_file().George Kadianakis
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-25Finishing touches.George Kadianakis
2011-11-25Rename 'dynamic prime' to 'dynamic DH modulus'.George Kadianakis
2011-11-25Notify the user that her computer is generating numbers.George Kadianakis
2011-11-25Make sure that the stored DH prime is safe to use.George Kadianakis
2011-11-24Move crypto_get_stored_dynamic_prime() to crypto.cGeorge Kadianakis
2011-11-24Move store_dynamic_prime() to crypto.c.George Kadianakis
2011-11-24Tone down the logging.George Kadianakis
2011-11-24Implement dynamic prime reading and storing to disk.George Kadianakis
2011-11-24Make DynamicPrimes SIGHUP-able.George Kadianakis
2011-11-24Improve code in the dynamic primes realm.George Kadianakis
2011-11-24Improve logging.George Kadianakis
2011-11-24Make it compile.George Kadianakis
2011-11-24Rename "Rakshasa" to "Dynamic Prime".George Kadianakis
2011-11-24Introduce the DynamicPrimes configuration option.George Kadianakis
2011-11-24Copy/Paste Jake's stuff.George Kadianakis
2011-11-24appease check-spacesSebastian Hahn
2011-11-24Fix compile warning in tor_inet_pton() (on 64bit)Sebastian Hahn
2011-11-23Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-11-23Merge remote-tracking branch 'public/bug4230' into maint-0.2.2Nick Mathewson
2011-11-20Sockets are unsigned on windowsSebastian Hahn
2011-11-20Get rid of an unused parameter warning on winSebastian Hahn
2011-11-19Minor tor_inet_pton bug fixesAnders Sundman
2011-11-16Merge branch 'bug4457_master'Nick Mathewson
2011-11-16Fix a check-spaces complaintSebastian Hahn
2011-11-16Don't allow building on platforms where AF_UNSPEC != 0Sebastian 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-15Fix compile warnings on windowsSebastian Hahn
2011-11-14Disable IOCP and retry event_base_new_with_config once on failureNick Mathewson
2011-11-14Merge remote-tracking branch 'public/bug4457_022' into bug4457_masterNick Mathewson
2011-11-14Detect failure from event_init() or event_base_new_with_config()Nick Mathewson
2011-11-14Use the EVENT_BASE_FLAG_NOLOCK flag to prevent socketpair() invocationNick Mathewson
2011-11-14Merge remote-tracking branch '4ZM/topic/test/4433_address'Nick Mathewson
2011-11-11Remove the torint.h include from aes.hSebastian Hahn
2011-11-11Remove vestiges of RIJNDAEL_COUNTER_OPTIMIZATIONNick Mathewson
2011-11-11Stop using "u32" and "u8" in aes.cNick Mathewson
2011-11-11Dump our internal AES implementationNick Mathewson
2011-11-11Return value bugfix of tor_addr_to_PTR_nameAnders Sundman
2011-11-11Fixed buffer bounds check bug in tor_addr_to_strAnders Sundman
2011-11-11Fixed of-by-one error in tor_inet_ntopAnders Sundman
2011-11-09Correct the handling of overflow behavior in smartlist_ensure_capacityNick Mathewson
2011-11-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-11-09Don't warn when compiling with --disable-threadsSebastian Hahn
2011-11-03Remove some duplicate includesAndrea Gelmini
2011-10-28Fix a memory-poisoning memset in tortls.cNick Mathewson