aboutsummaryrefslogtreecommitdiff
path: root/changes/bug2752
diff options
context:
space:
mode:
authorMichael Yakubovich <e_zine99@yahoo.com>2011-05-16 16:09:35 -0400
committerMichael Yakubovich <e_zine99@yahoo.com>2011-05-16 16:09:35 -0400
commita3707a10529c3d90a06149cf0e4bcd28b7b1ab5b (patch)
treedcb864405fda3669e2b3ca5cd168042571ed1f63 /changes/bug2752
parente908e3a332dd469af2facac0846d0dc8349a30d3 (diff)
downloadtor-a3707a10529c3d90a06149cf0e4bcd28b7b1ab5b.tar.gz
tor-a3707a10529c3d90a06149cf0e4bcd28b7b1ab5b.zip
Fix bug2752 : 48-char HTTPProxyAuthenticator limitation
Bumped the char maximum to 512 for HTTPProxyAuthenticator & HTTPSProxyAuthenticator. Now stripping all '\n' after base64 encoding in alloc_http_authenticator.
Diffstat (limited to 'changes/bug2752')
-rw-r--r--changes/bug27525
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug2752 b/changes/bug2752
new file mode 100644
index 0000000000..328f11e810
--- /dev/null
+++ b/changes/bug2752
@@ -0,0 +1,5 @@
+ o Minor bugfixes
+ - Tor used to limit HttpProxyAuthenticator values to 48 characters.
+ Changed the limit to 512 characters by removing base64 newlines.
+ Fixes bug 2917.
+