Commit History

Author SHA1 Message Date
  Nick Mathewson f58d4dfcd6 Massive refactoring of the various handshake types 11 years ago
  Nick Mathewson e1c7d12b1d Turn some memset()s introduced in tor 0.2.4 into memwipe()s 11 years ago
  Nick Mathewson 81deddb08c Merge remote-tracking branch 'origin/maint-0.2.3' 11 years ago
  Nick Mathewson 49dd5ef3a3 Add and use and unlikely-to-be-eliminated memwipe() 11 years ago
  Nick Mathewson 56c0baa523 Rename all reserved C identifiers we defined 11 years ago
  David Fifield 8419d18441 Use fmt_addrport where appropriate. 11 years ago
  David Fifield 34c6ee7e9b Use fmt_and_decorate_addr in log messages. 11 years ago
  Robert Ransom 62babcaf0a Implement and use crypto_pk_eq_keys 11 years ago
  Nick Mathewson d995dc8bac Split the routerset code out of routerlist.c 11 years ago
  Nick Mathewson 5cbeb60805 Fix directory self-testing logic 11 years ago
  Nick Mathewson 778d90122c Avoid spurious warnings in rend_service_introduce 11 years ago
  Nick Mathewson 6c64681879 Fix a bunch of "implicit 64->32" warnings from introduce refactoring 11 years ago
  Nick Mathewson 92f5eaa235 Whitespace tweaks 12 years ago
  Andrea Shepard 471ab34032 Refactor INTRODUCE2 parsing code in rend_service_introduce() 12 years ago
  Andrea Shepard 36c968491f Use new replaycache_t structure for replay detection in rend_service_introduce() 12 years ago
  Nick Mathewson f8c9cc713d Merge remote-tracking branch 'origin/maint-0.2.3' 12 years ago
  Nick Mathewson efdf6c7118 Fix the remaining instances of nexted SMARTLIST_FOREACH 12 years ago
  Nick Mathewson 6abdcdf116 Fix crash bug from 4a8eaad7 (Bug 6255) 12 years ago
  Nick Mathewson 888d5d08fe Merge remote-tracking branch 'public/bug2385' 12 years ago
  Nick Mathewson 4a8eaad7ef Clear a couple more fields in rend_service_load_auth_keys 12 years ago
  Nick Mathewson b8d1e8e375 Refactor exit path in rend_service_load_auth_keys 12 years ago
  Nick Mathewson e5a61c5176 Fix indentation in rend_service_load_auth_keys 12 years ago
  Nick Mathewson be28d10622 Refactor rend_service_load_keys() into main portion and auth portion. 12 years ago
  Nick Mathewson 53f5a38942 Fix indentation and whitespace in rend_service_load_keys 12 years ago
  Nick Mathewson b44693f32d Refactor rend_service_load_keys() into outer loop and loop contents 12 years ago
  Nick Mathewson e6782b355a Merge remote-tracking branch 'public/bug3311' 12 years ago
  Andrea Shepard ab2e007ffb In rend_service_load_keys(), clear extended descriptor cookie and buffer, clear temporary heap space for client key, and check if serializing client key fails 12 years ago
  Andrea Shepard 276f95182c Clean keys on stack in rend_service_rendezvous_has_opened() 12 years ago
  Andrea Shepard 88c5d3ca55 Clean keys on stack in rend_service_intro_has_opened() 12 years ago
  Andrea Shepard d43ba536df Clean up keys on stack in rend_service_introduce() 12 years ago