summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-21 16:11:58 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-21 16:11:58 +0000
commite2f25558b9ec2ed70a92026870a46b5b68799ebf (patch)
tree3d45bcced8c42a9fcaa8c1022fc77bfa3b7c0a6c /ChangeLog
parente18ee2a2abc9ee5dca56e1744babfb7d5733d32d (diff)
downloadtor-e2f25558b9ec2ed70a92026870a46b5b68799ebf.tar.gz
tor-e2f25558b9ec2ed70a92026870a46b5b68799ebf.zip
r14362@31-33-219: nickm | 2008-02-21 11:01:10 -0500
Change some of our log messages related to closed TLS connections in order to better reflect reality. svn:r13657
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c394661c28..25bba49dc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -72,6 +72,10 @@ Changes in version 0.2.0.20-?? - 2008-02-??
- Alter the code that tries to recover from unhandled write
errors, to not try to flush onto a socket that's given us
unhandled errors. Bugfix on 0.1.2.x.
+ - Report TLS "zero return" case as a "clean close" and "IO error"
+ as a "close". Stop calling closes "unexpected closes": existing
+ Tors don't use SSL_close(), so having a connection close without
+ the TLS shutdown handshake is hardly unexpected.
o Code simplifications and refactoring:
- Remove the tor_strpartition function: its logic was confused,