diff options
Diffstat (limited to 'changes/17868')
-rw-r--r-- | changes/17868 | 4 |
1 files changed, 4 insertions, 0 deletions
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. |