diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-04 23:18:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-04 23:18:47 -0400 |
commit | 9583a534ac8801211b6c171c399f1ea6bb3cce1c (patch) | |
tree | 6877cafe3c3c46824e01f2698e86c7076b8f0b22 /changes | |
parent | ab1460f3ae00f6caab9feead455eebfb0d03d5e4 (diff) | |
parent | 66339f74b4affcb02a3160014efe6ce9aca339e1 (diff) | |
download | tor-9583a534ac8801211b6c171c399f1ea6bb3cce1c.tar.gz tor-9583a534ac8801211b6c171c399f1ea6bb3cce1c.zip |
Merge remote-tracking branch 'rransom/bug3106' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/warn-if-get_digest-fails | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/warn-if-get_digest-fails b/changes/warn-if-get_digest-fails new file mode 100644 index 0000000000..6cfc1082a7 --- /dev/null +++ b/changes/warn-if-get_digest-fails @@ -0,0 +1,6 @@ + o Minor bugfixes: + - If we fail to compute the identity digest of a v3 legacy + keypair, warn, and don't use a buffer-full of junk instead. + Bugfix on 0.2.1.1-alpha; fixes bug 3106. + + |