summaryrefslogtreecommitdiff
path: root/changes/bug10835
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-02-07 17:36:11 -0500
committerNick Mathewson <nickm@torproject.org>2014-02-07 17:36:11 -0500
commit9bb34aa897e4ecac27a6f8d50a659803f73c6cb9 (patch)
tree21834c326960ffdfe7b6bf198503a163da777ebc /changes/bug10835
parenta7e946596d6da9aca80456141b7fddbc198c217c (diff)
downloadtor-9bb34aa897e4ecac27a6f8d50a659803f73c6cb9.tar.gz
tor-9bb34aa897e4ecac27a6f8d50a659803f73c6cb9.zip
Survive fedora's openssl in our benchmarks
Apparently fedora currently has ECDH but not P224. This isn't a huge deal, since we no longer use OpenSSL's P224 ever (see #9780 and 72c1e5acfe1c6). But we shouldn't have segfaulting benchmarks really. Fixes bug 10835; bugfix on 0.2.4.8-alpha.
Diffstat (limited to 'changes/bug10835')
-rw-r--r--changes/bug108354
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug10835 b/changes/bug10835
new file mode 100644
index 0000000000..9df7bdd279
--- /dev/null
+++ b/changes/bug10835
@@ -0,0 +1,4 @@
+ o Minor bugfixes (testing):
+ - Fix a segmentation fault in our benchmark code when running with
+ Fedora's OpenSSL package, or any other OpenSSL that provides
+ ECDH but not P224. Fixes bug 10835; bugfix on 0.2.4.8-alpha.