diff options
author | Michael Yakubovich <e_zine99@yahoo.com> | 2011-05-16 16:09:35 -0400 |
---|---|---|
committer | Michael Yakubovich <e_zine99@yahoo.com> | 2011-05-16 16:09:35 -0400 |
commit | a3707a10529c3d90a06149cf0e4bcd28b7b1ab5b (patch) | |
tree | dcb864405fda3669e2b3ca5cd168042571ed1f63 /changes/bug2752 | |
parent | e908e3a332dd469af2facac0846d0dc8349a30d3 (diff) | |
download | tor-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/bug2752 | 5 |
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. + |