diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-05-10 15:55:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-05-10 15:55:12 -0400 |
commit | 62f8e3926d62ff4aaefedfe89355f04f3a8d74fa (patch) | |
tree | c6289a9175a5e9b74603918781de07e50f67c601 /changes | |
parent | 0b1a334842f632b935d0b23757722d06bd145724 (diff) | |
parent | f0212197cccf461e431d6807a94ea0fdc411e179 (diff) | |
download | tor-62f8e3926d62ff4aaefedfe89355f04f3a8d74fa.tar tor-62f8e3926d62ff4aaefedfe89355f04f3a8d74fa.tar.gz |
Merge remote-tracking branch 'public/bug4591'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4591 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug4591 b/changes/bug4591 new file mode 100644 index 000000000..59b25a525 --- /dev/null +++ b/changes/bug4591 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - If the client fails to set a reasonable set of ciphersuites + during its v2 handshake renegotiation, allow the renegotiation + to continue nevertheless (i.e., send all the required + certificates). Fix for bug 4591; bugfix on 0.2.0.20-rc. + |