diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-07 17:36:11 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-07 17:36:11 -0500 |
commit | 9bb34aa897e4ecac27a6f8d50a659803f73c6cb9 (patch) | |
tree | 21834c326960ffdfe7b6bf198503a163da777ebc /changes/bug10835 | |
parent | a7e946596d6da9aca80456141b7fddbc198c217c (diff) | |
download | tor-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/bug10835 | 4 |
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. |