diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-10-19 15:38:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-10-19 15:38:44 -0400 |
commit | c1dd598df8972a6b7b8bdeff6a1549a7c171d7dc (patch) | |
tree | 9759b7e03a0a8086bf8377e725541f0a70c99579 | |
parent | c1c83eb376a7c89fadb01d1c7082d4aa4125333d (diff) | |
download | tor-c1dd598df8972a6b7b8bdeff6a1549a7c171d7dc.tar.gz tor-c1dd598df8972a6b7b8bdeff6a1549a7c171d7dc.zip |
Note that our #13426 fix is also a #13471 fix.
See also http://marc.info/?l=openssl-dev&m=141357408522028&w=2
-rw-r--r-- | changes/bug13471 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug13471 b/changes/bug13471 new file mode 100644 index 0000000000..c116a4aeeb --- /dev/null +++ b/changes/bug13471 @@ -0,0 +1,5 @@ + o Major bugfixes (openssl bug workaround): + - Avoid crashing when using OpenSSL version 0.9.8zc, 1.0.0o, or + 1.0.1j, built with the 'no-ssl3' configuration option. Fixes + bug 13471. This is a workaround for an OpenSSL bug. + |