aboutsummaryrefslogtreecommitdiff
path: root/changes/bug40399
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2021-05-25 13:25:23 +0000
committerAlexander Færøy <ahf@torproject.org>2021-05-25 13:25:23 +0000
commitf66fa8eba58bb0d646e74923993ba4ebf79e4df5 (patch)
tree02f7e0948016ded88c62e8ea265efad1d339a2a8 /changes/bug40399
parentef88ceedba47c26f65e6122eadcaa739564d3778 (diff)
parent11c7e6573013f60d2897720ebbc8c4164e124574 (diff)
downloadtor-f66fa8eba58bb0d646e74923993ba4ebf79e4df5.tar.gz
tor-f66fa8eba58bb0d646e74923993ba4ebf79e4df5.zip
Merge branch 'maint-0.4.4' into release-0.4.4
Diffstat (limited to 'changes/bug40399')
-rw-r--r--changes/bug403995
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug40399 b/changes/bug40399
new file mode 100644
index 0000000000..7954b85eaf
--- /dev/null
+++ b/changes/bug40399
@@ -0,0 +1,5 @@
+ o Minor features (compatibility):
+ - Remove an assertion function related to TLS renegotiation.
+ It was used nowhere outside the unit tests, and it was breaking
+ compilation with recent alpha releases of OpenSSL 3.0.0.
+ Closes ticket 40399.