diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-10 09:22:32 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-10 09:22:32 -0400 |
commit | 382beb93cb4110b2bcc82ab69c8e72c274a51ca2 (patch) | |
tree | 2ca14fb6bb7b424db696da02609bd6144bb53537 /changes/bug26069 | |
parent | 2eff709edb52e2bf6565dd8d00d7f2b79a05e60c (diff) | |
parent | b343ba90604de524b5fa7d87a6daf76fcc118adb (diff) | |
download | tor-382beb93cb4110b2bcc82ab69c8e72c274a51ca2.tar.gz tor-382beb93cb4110b2bcc82ab69c8e72c274a51ca2.zip |
Merge branch 'maint-0.3.3'
Diffstat (limited to 'changes/bug26069')
-rw-r--r-- | changes/bug26069 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug26069 b/changes/bug26069 new file mode 100644 index 0000000000..192e97d782 --- /dev/null +++ b/changes/bug26069 @@ -0,0 +1,5 @@ + o Minor bugfixes (hidden service v3): + - When parsing the descriptor signature, look for the token plus an extra + white-space at the end. This is more correct but also will allow us to + support new fields that might start with "signature". Fixes bug 26069; + bugfix on 0.3.0.1-alpha. |