]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for 17868
authorNick Mathewson <nickm@torproject.org>
Mon, 10 Apr 2017 15:27:41 +0000 (11:27 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 10 Apr 2017 15:27:41 +0000 (11:27 -0400)
changes/17868 [new file with mode: 0644]

diff --git a/changes/17868 b/changes/17868
new file mode 100644 (file)
index 0000000..77a8ba1
--- /dev/null
@@ -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.