diff options
author | David Goulet <dgoulet@torproject.org> | 2021-01-28 12:04:37 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-01-28 12:04:37 -0500 |
commit | c6fb26695b1b84b287cc641f7bfaaaba32b67cde (patch) | |
tree | e5377731ac42df90ec56b8a831c8eb153a2ee081 /changes | |
parent | 3ebf75993f8c64ea0bc022bde69ccdf879bcaeaf (diff) | |
parent | c48d25ac8d5cb8320a56a61cbee7754420d77309 (diff) | |
download | tor-c6fb26695b1b84b287cc641f7bfaaaba32b67cde.tar.gz tor-c6fb26695b1b84b287cc641f7bfaaaba32b67cde.zip |
Merge remote-tracking branch 'tor-gitlab/mr/186' into maint-0.3.5
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. |