diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-01-15 00:41:09 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-15 00:41:09 -0500 |
commit | beca92c31bed468be2db52c649f7276486e4018e (patch) | |
tree | bcb70e4f47c0de0c3bdbe1e99b935bb3396f10b9 /changes | |
parent | ebf30613ea41bbed3340851e839da9b7db4351c5 (diff) | |
download | tor-beca92c31bed468be2db52c649f7276486e4018e.tar.gz tor-beca92c31bed468be2db52c649f7276486e4018e.zip |
Fix handling of ntor handshakes received via CREATE cells
Fixes bug 7959; bugfix on 0.2.4.8-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7959 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug7959 b/changes/bug7959 new file mode 100644 index 0000000000..80cd8669ad --- /dev/null +++ b/changes/bug7959 @@ -0,0 +1,6 @@ + o Major bugfixes: + - Fix backward compatibility logic when receiving an embedded ntor + handshake tunneled in a CREATE cell. This clears up the "Bug: couldn't + format CREATED cell" warning. Fix for bug 7959; bugfix on + 0.2.4.8-alpha. + |