summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-01-28 12:00:10 -0500
committerDavid Goulet <dgoulet@torproject.org>2021-01-28 12:00:10 -0500
commit2cf1365c17822f5e925c4c0bc3bd0367a3a657a8 (patch)
treee5377731ac42df90ec56b8a831c8eb153a2ee081 /changes
parent3ebf75993f8c64ea0bc022bde69ccdf879bcaeaf (diff)
parentc48d25ac8d5cb8320a56a61cbee7754420d77309 (diff)
downloadtor-2cf1365c17822f5e925c4c0bc3bd0367a3a657a8.tar.gz
tor-2cf1365c17822f5e925c4c0bc3bd0367a3a657a8.zip
Merge branch 'tor-gitlab/mr/186' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket401655
-rw-r--r--changes/ticket401703
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.