aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-01-28 12:00:17 -0500
committerDavid Goulet <dgoulet@torproject.org>2021-01-28 12:00:17 -0500
commit7ae74203e13de85d52fdde16ffaf06e2366c8944 (patch)
tree43bce36facd840814d0d2e3b5bc222148f220034 /changes
parentc3ed4b2e5653528641a3a576a0ce9b85390c7d2f (diff)
parent2cf1365c17822f5e925c4c0bc3bd0367a3a657a8 (diff)
downloadtor-7ae74203e13de85d52fdde16ffaf06e2366c8944.tar.gz
tor-7ae74203e13de85d52fdde16ffaf06e2366c8944.zip
Merge branch 'maint-0.3.5' into maint-0.4.3
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.