aboutsummaryrefslogtreecommitdiff
path: root/changes/bug40399
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-05-25 07:38:31 -0400
committerNick Mathewson <nickm@torproject.org>2021-05-25 07:38:31 -0400
commit42ba87d9648c5aa6c15d53175c477ce697932188 (patch)
tree4e5e66f8a4e7ac45b9c60dd644a87c8566ffc537 /changes/bug40399
parente2c1ac214c0ae77282709b50fb9fbdde50dd7a1f (diff)
downloadtor-42ba87d9648c5aa6c15d53175c477ce697932188.tar.gz
tor-42ba87d9648c5aa6c15d53175c477ce697932188.zip
Remove the function `tor_tls_assert_renegotiation_unblocked`.
It was used nowhere outside its own unit tests, and it was causing compilation issues with recent OpenSSL 3.0.0 alphas. Closes ticket 40399.
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.