Merge branch 'maint-0.3.5' into release-0.3.5

This commit is contained in:
David Goulet
2021-01-28 12:00:17 -05:00
7 changed files with 39 additions and 12 deletions
+5
View File
@@ -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.
+3
View File
@@ -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.