summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorYawning Angel <yawning@schwanenlied.me>2015-04-10 11:25:08 +0000
committerNick Mathewson <nickm@torproject.org>2015-04-23 09:06:58 -0400
commit196499da73afa5c8000154aafe36c10b9ee43901 (patch)
treefb6343334ed05db14dbe3e8a14a2e18ee1534d08 /changes
parentba2485f7df51b2daafaff8567320c34a22731e8e (diff)
downloadtor-196499da73afa5c8000154aafe36c10b9ee43901.tar.gz
tor-196499da73afa5c8000154aafe36c10b9ee43901.zip
Use a custom Base64 encoder with more control over the output format.
Diffstat (limited to 'changes')
-rw-r--r--changes/feature156524
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/feature15652 b/changes/feature15652
index d11b76f8bb..61d2b222a6 100644
--- a/changes/feature15652
+++ b/changes/feature15652
@@ -1,3 +1,7 @@
+ o Code simplifications and refactoring:
+ - Use our own Base64 encoder instead of OpenSSL's, to allow more control
+ over the output. Part of ticket 15652.
+
o Removed code:
- Remove `USE_OPENSSL_BASE64` and the corresponding fallback code and
always use the internal Base64 decoder. The internal decoder has been