diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-03-11 18:22:49 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-03-11 18:22:49 +0000 |
commit | 4d32c2e81f25668bc74fc879c2be62f018690b4e (patch) | |
tree | 30b3e6f7eae80b6e49be541736c888db0dcf07ae /ChangeLog | |
parent | 24f91d2876a6f94149ef8c13d56be9f12d2daf14 (diff) | |
download | tor-4d32c2e81f25668bc74fc879c2be62f018690b4e.tar tor-4d32c2e81f25668bc74fc879c2be62f018690b4e.tar.gz |
r18751@catbus: nickm | 2008-03-11 14:22:43 -0400
Fix for bug 614: always look at the network BIO for the SSL object, not at the buffering BIO (if one exists because we are renegotiating or something). Bugfix on 0.1.2.x, oddly enough, though it should be impossible to trigger the problem there. Backport candidate. See comments in tortls.c for detailed implementation note.
svn:r13975
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -13,6 +13,11 @@ Changes in version 0.2.1.1-alpha - 2008-??-?? Bugfix on 0.2.0.x. - Make sure servers always request certificates from clients during TLS renegotiation. Bugfix on 0.2.0.x. + - When counting the number of bytes written on a TLS connection, look at + the BIO actually used for writing to the network, not at the BIO used + (sometimes) to buffer data for the network. Looking at different BIOs + could result in write counts on the order of ULONG_MAX. Fix for bug + 614. Bugfix on 0.1.2.x. o Minor features: - Allow separate log levels to be configured for different logging |