aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-03-25 16:16:05 +0000
committerNick Mathewson <nickm@torproject.org>2008-03-25 16:16:05 +0000
commit41deb5cd7bb472bba94d2612a9ebcab910e9a0e0 (patch)
treeab0f13def8ba3d0e5301536b40b27ddb12c8c2ee /ChangeLog
parent0e86cd06feb37236979e38249c57f30853c816d3 (diff)
downloadtor-41deb5cd7bb472bba94d2612a9ebcab910e9a0e0.tar
tor-41deb5cd7bb472bba94d2612a9ebcab910e9a0e0.tar.gz
r19039@catbus: nickm | 2008-03-25 12:15:58 -0400
Add some unit tests, particularly for AES counter mode. svn:r14180
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4696d736..7301fe67e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,7 @@ Changes in version 0.2.1.1-alpha - 2008-??-??
fixed in late 2006. Our new behavior is to call RAND_poll() at
startup, and to call RAND_poll() when we reseed later only if we
have a non-buggy OpenSSL version.
+ - Lots of new unit tests.
o Code simplifications and refactoring:
- Refactor code using connection_ap_handshake_attach_circuit() to