From 73bd9e638c84300e8332de6e1b3933202833c890 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 19 Sep 2007 16:55:27 +0000 Subject: [PATCH] r15194@catbus: nickm | 2007-09-19 12:51:59 -0400 Call the recent aes.c changes a bugfix, because hey, why not. svn:r11524 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5980ea956b..0fdab76851 100644 --- a/ChangeLog +++ b/ChangeLog @@ -63,6 +63,10 @@ Changes in version 0.2.0.7-alpha - 2007-??-?? 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