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 | 11c7e6573013f60d2897720ebbc8c4164e124574 (patch) | |
tree | dbac90689b873021094635bb28ba94bd11b8e452 /changes | |
parent | 48dd87933dd1c592937ef62d20aeac8998edc0fb (diff) | |
parent | 42ba87d9648c5aa6c15d53175c477ce697932188 (diff) | |
download | tor-11c7e6573013f60d2897720ebbc8c4164e124574.tar.gz tor-11c7e6573013f60d2897720ebbc8c4164e124574.zip |
Merge branch 'maint-0.3.5' into maint-0.4.4
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. |