summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-06-22 22:20:52 -0400
committerNick Mathewson <nickm@torproject.org>2010-06-22 22:20:52 -0400
commit8e1bf98f4a36d54ccb0ca8b30e9c66d0935ba97c (patch)
tree4edd5caa65bb21f641928d5d0a3a5ea07adc1ee5 /changes
parente2b117eb806dd517867f99519e2f74a3b2ea0072 (diff)
downloadtor-8e1bf98f4a36d54ccb0ca8b30e9c66d0935ba97c.tar.gz
tor-8e1bf98f4a36d54ccb0ca8b30e9c66d0935ba97c.zip
Log an error if openssl fails to copy a key for us
This should never happen unless openssl is buggy or some of our assumptions are deeply wrong, but one of those might have been the cause of the not-yet-reproducible bug 1209. If it ever happens again, let's get some info we can use.
Diffstat (limited to 'changes')
-rw-r--r--changes/copy_key_log_bug12094
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/copy_key_log_bug1209 b/changes/copy_key_log_bug1209
new file mode 100644
index 0000000000..f77e6000eb
--- /dev/null
+++ b/changes/copy_key_log_bug1209
@@ -0,0 +1,4 @@
+ o Minor bugfixes
+ - If OpenSSL fails to make a duplicate of a private or public key, log
+ an error message and try to exit cleanly. May help with debugging
+ if bug 1209 ever remanifests.