From: Nick Mathewson Date: Mon, 10 Apr 2017 15:27:41 +0000 (-0400) Subject: changes file for 17868 X-Git-Tag: tor-0.3.1.1-alpha~169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aebd72a2f07dbbc102c58639b399451342c4e3ac;p=thirdparty%2Ftor.git changes file for 17868 --- diff --git a/changes/17868 b/changes/17868 new file mode 100644 index 0000000000..77a8ba1c9d --- /dev/null +++ b/changes/17868 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Our base64 decoding functions no longer overestimate the output + space that they will need when parsing unpadded inputs. + Closes ticket 17868.