diff options
author | Alexander Færøy <ahf@torproject.org> | 2021-11-08 14:16:18 +0000 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2021-11-08 14:16:18 +0000 |
commit | 882fd1f0d45656e0535e70b5e115281b39ac6307 (patch) | |
tree | bee76c5ec9010bbf5ce03a96e4d7dd254fb43a4c /changes/ticket40511 | |
parent | a7fe37f1fa7821d0bdbeabe480df8aba7dc1fded (diff) | |
parent | 4a24673436b2f8cf7a6bbbb353f97f1ae403e411 (diff) | |
download | tor-882fd1f0d45656e0535e70b5e115281b39ac6307.tar.gz tor-882fd1f0d45656e0535e70b5e115281b39ac6307.zip |
Merge branch 'maint-0.3.5' into maint-0.4.5
Diffstat (limited to 'changes/ticket40511')
-rw-r--r-- | changes/ticket40511 | 6 |
1 files changed, 6 insertions, 0 deletions
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. |