From 09040e0600fb590ed1558b93b4b94257cc574e4e Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 6 May 2004 22:46:32 +0000 Subject: [PATCH] forward-port changelog svn:r1811 --- trunk/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/trunk/ChangeLog b/trunk/ChangeLog index bf05a1f347..64cd7e59fa 100644 --- a/trunk/ChangeLog +++ b/trunk/ChangeLog @@ -1,3 +1,13 @@ +Changes in version 0.0.6.1 - 2004-05-06 + o Fix two bugs in our AES counter-mode implementation (this affected + onion-level stream encryption, but not TLS-level). It turns + out we were doing something much more akin to a 16-character + polyalphabetic cipher. Oops. + Thanks to Stefan Kopsell for finding the flaw! + o Retire moria3 as a directory server, and add tor26 as a directory + server. + + Changes in version 0.0.6 - 2004-05-02 o Features: - Hidden services and rendezvous points are implemented. Go to