From 7a878c192f5000c5ef5d29a71924a41b6e5adf42 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 29 Aug 2014 16:38:54 -0400 Subject: Downgrade "Unexpected onionskin length after decryption" warning It's now a protocol-warn, since there's nothing relay operators can do about a client that sends them a malformed create cell. Resolves bug 12996; bugfix on 0.0.6rc1. --- changes/bug12996 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug12996 (limited to 'changes') diff --git a/changes/bug12996 b/changes/bug12996 new file mode 100644 index 0000000000..4b4fb0dceb --- /dev/null +++ b/changes/bug12996 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Downgrade "Unexpected onionskin length after decryption" warning + to a protocol-warn, since there's nothing relay operators can do + about a client that sends them a malformed create cell. Resolves + bug 12996; bugfix on 0.0.6rc1. -- cgit v1.2.3-54-g00ecf