summaryrefslogtreecommitdiff
path: root/changes/bug2378
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug2378')
-rw-r--r--changes/bug23788
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug2378 b/changes/bug2378
new file mode 100644
index 0000000000..227968869f
--- /dev/null
+++ b/changes/bug2378
@@ -0,0 +1,8 @@
+ o Minor bugfixes
+ - Correctly detect failure to allocate an OpenSSL BIO. Fixes bug 2378;
+ found by "cypherpunks". This bug was introduced before the
+ first Tor release, in svn commit r110.
+
+ o Minor code simplifications and refactorings
+ - Always treat failure to allocate an RSA key as an unrecoverable
+ allocation error.