소스 검색

changes file for 17868

Nick Mathewson 7 년 전
부모
커밋
aebd72a2f0
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      changes/17868

+ 4 - 0
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.