aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2021-11-08 14:16:19 +0000
committerAlexander Færøy <ahf@torproject.org>2021-11-08 14:16:19 +0000
commit9d8b0c5bdc6f75891440dbe53e2572bf54e74aef (patch)
treee702b763b21dd91f47a06c618cb0188564dc9dec /changes
parentd1493f2f277641dc5657f4114e305b5390ef020e (diff)
parenta78dafbf7ce5d6fc6d4b6e7ddc7e0714bd377c2e (diff)
downloadtor-9d8b0c5bdc6f75891440dbe53e2572bf54e74aef.tar.gz
tor-9d8b0c5bdc6f75891440dbe53e2572bf54e74aef.zip
Merge branch 'maint-0.4.6' into main
Diffstat (limited to 'changes')
-rw-r--r--changes/bug404295
-rw-r--r--changes/ticket405116
2 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug40429 b/changes/bug40429
new file mode 100644
index 0000000000..9bf3b63818
--- /dev/null
+++ b/changes/bug40429
@@ -0,0 +1,5 @@
+ o Minor bugfixes (compilation):
+ - Fix our configuration logic to detect whether we had OpenSSL 3:
+ previously, our logic was reversed. This has no other effect than to
+ change whether we suppress deprecated API warnings. Fixes
+ bug 40429; bugfix on 0.3.5.13.
diff --git a/changes/ticket40511 b/changes/ticket40511
new file mode 100644
index 0000000000..756edd874d
--- /dev/null
+++ b/changes/ticket40511
@@ -0,0 +1,6 @@
+ o Minor features (compilation):
+ - Give an error message if trying to build with a version of LibreSSL
+ known not to work with Tor. (There's an incompatibility with
+ LibreSSL versions 3.2.1 through 3.4.0 inclusive because of their
+ incompatibility with OpenSSL 1.1.1's TLSv1.3 APIs.)
+ Closes ticket 40511.