aboutsummaryrefslogtreecommitdiff
path: root/changes
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
commitbab2b29f89f21781a87010cf7120615615b90599 (patch)
treeb179d696e1369a0558aa93583ff229d919159d4f /changes
parentdebede5e501667bc20666e3c2f5d62d7bc888c8b (diff)
parent4a7379b80a3d0f61d258b26f82d894da9b8cd0f5 (diff)
downloadtor-bab2b29f89f21781a87010cf7120615615b90599.tar.gz
tor-bab2b29f89f21781a87010cf7120615615b90599.zip
Merge branch 'maint-0.4.5' into maint-0.4.6
Diffstat (limited to 'changes')
-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.