diff options
author | Alexander Færøy <ahf@torproject.org> | 2021-05-25 13:25:23 +0000 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2021-05-25 13:25:23 +0000 |
commit | bab2b29f89f21781a87010cf7120615615b90599 (patch) | |
tree | b179d696e1369a0558aa93583ff229d919159d4f /changes | |
parent | debede5e501667bc20666e3c2f5d62d7bc888c8b (diff) | |
parent | 4a7379b80a3d0f61d258b26f82d894da9b8cd0f5 (diff) | |
download | tor-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/bug40399 | 5 |
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. |