From a3707a10529c3d90a06149cf0e4bcd28b7b1ab5b Mon Sep 17 00:00:00 2001 From: Michael Yakubovich Date: Mon, 16 May 2011 16:09:35 -0400 Subject: 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. --- changes/bug2752 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug2752 (limited to 'changes/bug2752') 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. + -- cgit v1.2.3-54-g00ecf