diff options
author | David Goulet <dgoulet@torproject.org> | 2021-01-28 12:04:42 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-01-28 12:04:42 -0500 |
commit | a17be1b5b619cd5e12a9973df9b9a0cffc40b0ff (patch) | |
tree | 43bce36facd840814d0d2e3b5bc222148f220034 /changes | |
parent | c3ed4b2e5653528641a3a576a0ce9b85390c7d2f (diff) | |
parent | c6fb26695b1b84b287cc641f7bfaaaba32b67cde (diff) | |
download | tor-a17be1b5b619cd5e12a9973df9b9a0cffc40b0ff.tar.gz tor-a17be1b5b619cd5e12a9973df9b9a0cffc40b0ff.zip |
Merge branch 'maint-0.3.5' into maint-0.4.3
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. |