diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-05 15:28:13 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-05 15:28:13 -0400 |
commit | 9fea00928cb680f550a5ea9c64227efc025ea69b (patch) | |
tree | 6209a42730f3108c91b350740251280ad585ddaa /changes/bug22460_case2 | |
parent | 80aca1501ae080ddb9c8f457290226dd5453b08a (diff) | |
parent | ec84fc1d8ecb56fde887eb01d3bca1a031bd1e89 (diff) | |
download | tor-9fea00928cb680f550a5ea9c64227efc025ea69b.tar.gz tor-9fea00928cb680f550a5ea9c64227efc025ea69b.zip |
Merge branch 'bug22460_case2_029_01_squashed' into maint-0.2.9
Diffstat (limited to 'changes/bug22460_case2')
-rw-r--r-- | changes/bug22460_case2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug22460_case2 b/changes/bug22460_case2 new file mode 100644 index 0000000000..0a11759832 --- /dev/null +++ b/changes/bug22460_case2 @@ -0,0 +1,8 @@ + o Major bugfixes (relay, link handshake): + + - When performing the v3 link handshake on a TLS connection, report that + we have the x509 certificate that we actually used on that connection, + even if we have changed certificates since that connection was first + opened. Previously, we would claim to have used our most recent x509 + link certificate, which would sometimes make the link handshake fail. + Fixes one case of bug 22460; bugfix on 0.2.3.6-alpha. |