diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug10835 | 4 | ||||
-rw-r--r-- | changes/bug9602 | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/changes/bug10835 b/changes/bug10835 new file mode 100644 index 000000000..9df7bdd27 --- /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. diff --git a/changes/bug9602 b/changes/bug9602 index 9e9a3caaa..2dc13c4c0 100644 --- a/changes/bug9602 +++ b/changes/bug9602 @@ -1,4 +1,5 @@ o Bugfixes - Null out orconn->chan->conn when closing orconn in case orconn is freed before channel_run_cleanup() gets to orconn->chan, and handle the null - conn edge case correctly in channel_tls_t methods. Fixes bug #9602. + conn edge case correctly in channel_tls_t methods. Fixes bug #9602; + bugfix on 0.2.4.4-alpha. |