Custom Query (2447 matches)
Results (457 - 459 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2563 | Fixed | Win32 libtorrent version upgrade | ||
Description |
If possible it'd be nice to have a version bump in libtorrent for Win32. Still on 0.16.18.0. |
|||
#2562 | Fixed | TiB instead of GiB for large HD's | ||
Description |
The UI's should display TiB instead of thousands of GiB's for large HD's. Perhaps to the second decimal point? |
|||
#2555 | Fixed | Client unable to connect with recent openSSL library / disable SSLv3 usage | ||
Description |
Because of CVE-2014-3566 (POODLE) OpenSSL 1.0.1j has option to build without SSLv3 support (The Debian unstable distribution now has a version which does this). This breaks the rpcserver ssl connections. The WebUI was switched to TLSv1_METHOD in 1.3.10. But the RPCserver still has SSLv3_METHOD. Not sure if compatibility of the TLS version between a deluge client and server is a big issue (or if you would want to limit it to TLSv1 only). Here's a quick patch I applied, which also supports TLS 1.1 and TLS 1.2 |