aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-01-06 11:42:00 -0500
committerNick Mathewson <nickm@torproject.org>2012-01-06 11:42:00 -0500
commit37c90319e2ac0ecb71c9986ff55d07fe3da86ee6 (patch)
treeabf66d033521d2681b259ce5e800e0779d11bde7 /changes
parentd7eaa4b396c559871ef06a704304afcbc2ecebfb (diff)
downloadtor-37c90319e2ac0ecb71c9986ff55d07fe3da86ee6.tar.gz
tor-37c90319e2ac0ecb71c9986ff55d07fe3da86ee6.zip
Add a changes file for bug4563
Diffstat (limited to 'changes')
-rw-r--r--changes/bug46534
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug4653 b/changes/bug4653
new file mode 100644
index 0000000000..3c0596f94e
--- /dev/null
+++ b/changes/bug4653
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - Use OpenSSL's built-in SSL_state_string_long() instead of our
+ own homebrewed ssl_state_to_string() replacement. Patch from
+ Emile Snyder. Fixes bug 4653.