summaryrefslogtreecommitdiff
path: root/changes/feature15652
diff options
context:
space:
mode:
Diffstat (limited to 'changes/feature15652')
-rw-r--r--changes/feature156529
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/feature15652 b/changes/feature15652
new file mode 100644
index 0000000000..61d2b222a6
--- /dev/null
+++ b/changes/feature15652
@@ -0,0 +1,9 @@
+ 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
+ part of tor since tor-0.2.0.10-alpha, and no one should be using the
+ OpenSSL one. Part of ticket 15652.