summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-04-04 11:26:33 -0400
committerNick Mathewson <nickm@torproject.org>2019-04-04 11:26:33 -0400
commitdb1c1dba34545c9b96f9ec4c01338caeaeeb0433 (patch)
tree1d93a45b2f69e6377b17e670623aba26a6431625 /changes
parent4aa02d3c7abe84e99874f6bf7bfffb7b551935a5 (diff)
parent1710f4bbd6bb100901e7f601a1c0f96b51845f86 (diff)
downloadtor-db1c1dba34545c9b96f9ec4c01338caeaeeb0433.tar.gz
tor-db1c1dba34545c9b96f9ec4c01338caeaeeb0433.zip
Merge branch 'bug30021_029' into bug30021_035
Diffstat (limited to 'changes')
-rw-r--r--changes/bug300218
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.