Historial de Commits

Autor SHA1 Mensaje Fecha
  Nick Mathewson 759c58151e r11775@catbus: nickm | 2007-02-12 16:39:09 -0500 hace 17 años
  Nick Mathewson bd8ffccae7 More cleanups noticed by weasel; also, remove macros that nobody uses. hace 18 años
  Roger Dingledine 5f051574d5 Happy new year! hace 18 años
  Nick Mathewson 1af630d32c Bite the bullet and limit all our source lines to 80 characters, the way IBM intended. hace 18 años
  Nick Mathewson 4a0b6af935 Ive spent about 10 hours benchmarking permutations on our counter-mode implementation. This is the one that flies. (Avoid OpenSSL; optimizze rijndael calling convention to avoid needing to marshall and unmarshall counter.) This should speed up cell encryption by about 27%. hace 18 años
  Nick Mathewson fd04db90b5 Stop leaking storage for EVP keys. (This would be a critical bug if it had ever appeared in a released version.) hace 18 años
  Nick Mathewson de198d800b Never call free() on tor_malloc()d memory. This is unlikely to be our current leak, but it may help dmalloc work. hace 18 años
  Nick Mathewson 92451f74a8 Reformat inconsistent function declarations. hace 18 años
  Nick Mathewson 5c53545d81 Add a bunch more warnings to out warning suite; resolve them; pack structs a little better. hace 18 años
  Nick Mathewson 2999cbf233 Use EVP_CIPHER_CTX version of AES from openssl, so openssl can use engines (if they exist). hace 18 años
  Nick Mathewson 0873386600 Point readers of the code to opensslv.h, since everybody who sees 0x0090700f looks at me like some kind of loon hace 18 años
  Nick Mathewson d661fde082 Possible fix to make aes build on woody hace 18 años
  Nick Mathewson 96988b45b4 Use OpenSSL AES when OpenSSL has version 0.9.7 or later. hace 18 años
  Roger Dingledine fcd0fc3364 flesh out the source file descriptions for doxygen hace 19 años
  Nick Mathewson 0831823763 Change end-of-file NLNL convention. It turns out arma I and I agree. hace 19 años
  Nick Mathewson a6f51001a5 New whitespace normalization rule: no blank line at EOF. hace 19 años
  Nick Mathewson 10b2208d93 Make Tor compile with no warnings with gcc4.0 on OSX hace 19 años
  Nick Mathewson 0e81265359 update copyright notices. hace 19 años
  Nick Mathewson 7fbd297532 Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. hace 19 años
  Roger Dingledine 7c9a707900 remove emacs droppings, since nick says he doesn't need them anymore hace 19 años
  Nick Mathewson 783bbcf471 Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in configure.in and always include orconfig.h before anything else hace 19 años
  Nick Mathewson c0ea93337d Doxygenate common. hace 20 años
  Nick Mathewson 6cfa2835a1 Fix bug in stream position adjustment hace 20 años
  Nick Mathewson ebe8fa0d62 Use correct aes-ctr implementation in mainline, too. hace 20 años
  Nick Mathewson 3d60cd1d61 Delete trailing whitespace and expand tabs; remove unused aes decrypt code hace 20 años
  Nick Mathewson 257d509b91 Document stuff, reduce magic numbers, add emacs magic hace 20 años
  Nick Mathewson 137b577bbd Refactor the heck out of crypto interface: admit that we will stick with one ciphersuite at a time, make const things const, and stop putting openssl in the headers. hace 20 años
  Roger Dingledine c9d9b9b2a7 we define some big constant arrays but don't use them hace 20 años
  Roger Dingledine eb730c41c8 clean tabs, trailing whitespace hace 20 años
  Nick Mathewson 36939303c9 Update LICENSE and copyright dates. hace 20 años