diff options
Diffstat (limited to 'changes/bug3318')
-rw-r--r-- | changes/bug3318 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/changes/bug3318 b/changes/bug3318 index 38991c4b1d..8a3c27825f 100644 --- a/changes/bug3318 +++ b/changes/bug3318 @@ -1,3 +1,7 @@ o Minor bugfixes: - Fix a log message that said "bits" while displaying a value in - bytes. Fixes bug 3318; bugfix on 0.2.0.1-alpha. + bytes. Found by wanoskarnet. Fixes bug 3318; bugfix on + 0.2.0.1-alpha. + - When checking for 1024-bit keys, check for 1024 bits, not 128 + bytes. This allows Tor to correctly discard keys of length + 1017 through 1023. Bugfix on 0.0.9pre5. |