From 3dfda9d217bebbcd3abc09aadac285702c0029a2 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 6 May 2004 22:14:47 +0000 Subject: [PATCH] add a changelog for 0.0.6.1 svn:r1806 --- branches/tor-0_0_6-patches/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/branches/tor-0_0_6-patches/ChangeLog b/branches/tor-0_0_6-patches/ChangeLog index bf05a1f347..64cd7e59fa 100644 --- a/branches/tor-0_0_6-patches/ChangeLog +++ b/branches/tor-0_0_6-patches/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