summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorYawning Angel <yawning@schwanenlied.me>2015-04-10 09:12:47 +0000
committerYawning Angel <yawning@schwanenlied.me>2015-04-10 09:12:47 +0000
commitba2485f7df51b2daafaff8567320c34a22731e8e (patch)
tree69e254b50044ef72563bed8fe0afcc136df953e5 /changes
parentf9327848babe8fd3b08eabb187d32b945f7567fc (diff)
downloadtor-ba2485f7df51b2daafaff8567320c34a22731e8e.tar.gz
tor-ba2485f7df51b2daafaff8567320c34a22731e8e.zip
Remove `USE_OPENSSL_BASE64` and the associated code.
The alternative has been available since 2007, there's no way to actually enable the ifdef, and it breaks on well formed but not OpenSSL style inputs.
Diffstat (limited to 'changes')
-rw-r--r--changes/feature156525
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature15652 b/changes/feature15652
new file mode 100644
index 0000000000..d11b76f8bb
--- /dev/null
+++ b/changes/feature15652
@@ -0,0 +1,5 @@
+ 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.