diff options
author | George Kadianakis <desnacked@riseup.net> | 2019-04-05 14:53:33 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-04-05 14:53:33 +0300 |
commit | 217db9efe13bb4dee5f29684314a67375bb24315 (patch) | |
tree | 3a3908ac1d2ab84831bd1e5ed2a89cff8021fce5 /changes | |
parent | 747b74c1825de055bd027c9c74088efdd61d7481 (diff) | |
parent | 1710f4bbd6bb100901e7f601a1c0f96b51845f86 (diff) | |
download | tor-217db9efe13bb4dee5f29684314a67375bb24315.tar.gz tor-217db9efe13bb4dee5f29684314a67375bb24315.zip |
Merge branch 'tor-github/pr/902' into maint-0.4.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug30021 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug30021 b/changes/bug30021 new file mode 100644 index 0000000000..2a887f3cf2 --- /dev/null +++ b/changes/bug30021 @@ -0,0 +1,8 @@ + o Minor bugfixes (TLS protocol, integration tests): + - When classifying a client's selection of TLS ciphers, if the client + ciphers are not yet available, do not cache the result. Previously, + we had cached the unavailability of the cipher list and never looked + again, which in turn led us to assume that the client only supported + the ancient V1 link protocol. This, in turn, was causing Stem + integration tests to stall in some cases. + Fixes bug 30021; bugfix on 0.2.4.8-alpha. |