diff options
author | David Goulet <dgoulet@torproject.org> | 2020-11-02 13:14:02 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-11-02 13:14:02 -0500 |
commit | 474369e3fa5068d616c25f412608749527231e71 (patch) | |
tree | 4823b948444baa93290f3e0148eda538ae4c3b10 /changes | |
parent | 8b240fbe404ce7505c7b2c661dae66d8ecb6c904 (diff) | |
parent | c48d25ac8d5cb8320a56a61cbee7754420d77309 (diff) | |
download | tor-474369e3fa5068d616c25f412608749527231e71.tar.gz tor-474369e3fa5068d616c25f412608749527231e71.zip |
Merge branch 'tor-gitlab/mr/186'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40165 | 5 | ||||
-rw-r--r-- | changes/ticket40170 | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/changes/ticket40165 b/changes/ticket40165 new file mode 100644 index 0000000000..a8dd0a339b --- /dev/null +++ b/changes/ticket40165 @@ -0,0 +1,5 @@ + o Minor features (compilation): + - Disable deprecation warnings when building with OpenSSL 3.0.0 or later. + There are a number of newly deprecated APIs in OpenSSL 3.0.0 that Tor + still requires. (A later version of Tor will try to stop depending on + these.) Closes ticket 40165. diff --git a/changes/ticket40170 b/changes/ticket40170 new file mode 100644 index 0000000000..cc1c8dbad1 --- /dev/null +++ b/changes/ticket40170 @@ -0,0 +1,3 @@ + o Minor bugfixes (tests): + - Fix the "tortls/openssl/log_one_error" test to work with OpenSSL 3.0.0. + Fixes bug 40170; bugfix on 0.2.8.1-alpha. |