changes file for 17868

This commit is contained in:
Nick Mathewson 2017-04-10 11:27:41 -04:00
parent 26dd4d92cf
commit aebd72a2f0

4
changes/17868 Normal file
View file

@ -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.