[or-cvs] r11524: Call the recent aes.c changes a bugfix, because hey, why not (tor/trunk)

nickm at seul.org nickm at seul.org
Wed Sep 19 16:55:27 UTC 2007


Author: nickm
Date: 2007-09-19 12:55:27 -0400 (Wed, 19 Sep 2007)
New Revision: 11524

Modified:
   tor/trunk/
   tor/trunk/ChangeLog
Log:
 r15194 at catbus:  nickm | 2007-09-19 12:51:59 -0400
 Call the recent aes.c changes a bugfix, because hey, why not.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r15194] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog	2007-09-19 16:43:32 UTC (rev 11523)
+++ tor/trunk/ChangeLog	2007-09-19 16:55:27 UTC (rev 11524)
@@ -63,6 +63,10 @@
       BandwidthRate, RelayBandwidthRate, or MaxAdvertisedBandwidth
       were below a threshold. Now they only look at BandwidthRate and
       RelayBandwidthRate.
+    - Remove an optimization in the AES counter-mode code that assumed that
+      the counter never exceeded 2^68.  When the counter can be set
+      arbitrarily as an IV (as it is by Karsten's new hidden services code),
+      this assumption no longer holds.
 
   o Code simplifications and refactoring:
     - Revamp file-writing logic so we don't need to have the entire contents



More information about the tor-commits mailing list