diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-03-25 16:16:05 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-03-25 16:16:05 +0000 |
commit | 41deb5cd7bb472bba94d2612a9ebcab910e9a0e0 (patch) | |
tree | ab0f13def8ba3d0e5301536b40b27ddb12c8c2ee /ChangeLog | |
parent | 0e86cd06feb37236979e38249c57f30853c816d3 (diff) | |
download | tor-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |