[Linuxdcpp-team] [Bug 1484807] Re: Encryption problems in DC++ 0.851 when connecting to a LUADCH hub

2015-09-12 Thread pulsar
Now everything is fine, thank you guys! greets pulsar -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/1484807 Title: Encryption problems in DC++ 0.851 when connecting to a LUADCH hub Status in DC+

[Linuxdcpp-team] [Bug 1484807] Re: Encryption problems in DC++ 0.851 when connecting to a LUADCH hub

2015-09-12 Thread cologic
** Changed in: dcplusplus Status: New => Fix Committed -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/1484807 Title: Encryption problems in DC++ 0.851 when connecting to a LUADCH hub Status

[Linuxdcpp-team] [Bug 1484807] Re: Encryption problems in DC++ 0.851 when connecting to a LUADCH hub

2015-09-12 Thread eMTee
New build uploaded to builds.dcbase.org. -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/1484807 Title: Encryption problems in DC++ 0.851 when connecting to a LUADCH hub Status in DC++: Fix Commi

[Linuxdcpp-team] [Bug 1484807] Re: Encryption problems in DC++ 0.851 when connecting to a LUADCH hub

2015-09-12 Thread pulsar
Can you add a new fixed testbuild please? -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/1484807 Title: Encryption problems in DC++ 0.851 when connecting to a LUADCH hub Status in DC++: New Bug

[Linuxdcpp-team] [Bug 1494809] Re: DC++ does not update contents of chat on tab change (Win 10)

2015-09-12 Thread iceman50
atm only have VS2015 for compiling which DC++ doesn't like *cough* https://bugs.launchpad.net/bugs/1494814 -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/1494809 Title: DC++ does not update content

[Linuxdcpp-team] [Bug 1484807] Re: Encryption problems in DC++ 0.851 when connecting to a LUADCH hub

2015-09-12 Thread cologic
Fair enough, I suppose, and I did write that. It seems like a problem that never had to to exist before, though. To the extent it's a legacy problem, it's one for which the simultaneous conditions (DC++ 0.851-type ciphersuite supports + newish Luadch ciphersuit supports) couldn't have happened unti

[Linuxdcpp-team] [Bug 1484807] Re: Encryption problems in DC++ 0.851 when connecting to a LUADCH hub

2015-09-12 Thread pulsar
There are many Luadch hubs where still uses TLSv1 atm. and so i hav tested TLSv1 too. The client should support TLSv1 too. You have wrote: "I'll add ECDHE-ECDSA-AES128-GCM-SHA256 and ECDHE-ECDSA-AES128-SHA" but i only can find the first one in the new cryptomanager file. -- You received this bug

[Linuxdcpp-team] [Bug 1484807] Re: Encryption problems in DC++ 0.851 when connecting to a LUADCH hub

2015-09-12 Thread cologic
Why run TLS v1.0? There's no overlap between DC++ versions which don't support TLS v1.2 and DC++ versions which are otherwise incompatible with Luadch as I understand it. -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.l

[Linuxdcpp-team] [Bug 1484807] Re: Encryption problems in DC++ 0.851 when connecting to a LUADCH hub

2015-09-12 Thread pulsar
Tested the dc++ testbuild i got from eMTee, works with Luadch in TLSv1.2 mode. Could not test TLSv1 with this testbuild... -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/1484807 Title: Encryption p

[Linuxdcpp-team] [Bug 1484807] Re: Encryption problems in DC++ 0.851 when connecting to a LUADCH hub

2015-09-12 Thread pulsar
http://sourceforge.net/p/dcplusplus/code/ci/e09fb9a0729e4240498c19c507f2aa9c059093b2/ could not find the TLSv1 cipher: ECDHE-ECDSA-AES128-SHA -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/1484807

[Linuxdcpp-team] [Bug 1484807] Re: Encryption problems in DC++ 0.851 when connecting to a LUADCH hub

2015-09-12 Thread cologic
Added in http://sourceforge.net/p/dcplusplus/code/ci/e09fb9a0729e4240498c19c507f2aa9c059093b2/ While in theory this should work, I'll wait for empirical verification before changing this bug's status. -- You received this bug notification because you are a member of Dcplusplus-team, which is sub

[Linuxdcpp-team] [Bug 1484807] Re: Encryption problems in DC++ 0.851 when connecting to a LUADCH hub

2015-09-12 Thread pulsar
I mean, of course the second TLSv1.2 cipher is negligible and not important, my fault ;) -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/1484807 Title: Encryption problems in DC++ 0.851 when connect

[Linuxdcpp-team] [Bug 1484807] Re: Encryption problems in DC++ 0.851 when connecting to a LUADCH hub

2015-09-12 Thread pulsar
Thanks for your quick response. The first TLSv1.2 cipher i wrote is negligible and not important, it's enough if you add this: ECDHE-ECDSA-AES128-GCM-SHA256 (TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256) greets -- You received this bug notification because you are a member of Dcplusplus-team,

[Linuxdcpp-team] [Bug 1484807] Re: Encryption problems in DC++ 0.851 when connecting to a LUADCH hub

2015-09-12 Thread cologic
Alright, I'm satisfied that OpenSSL as used in DC++ sufficiently addresses this issue such that I'll add ECDHE-ECDSA-AES128-GCM-SHA256 and ECDHE-ECDSA-AES128-SHA. However, what additional value does ECDHE-ECDSA-AES128-SHA256 add? It's CBC, rather than AEAD [1], and thus vulnerable to http://www.is

[Linuxdcpp-team] [Bug 1484807] Re: Encryption problems in DC++ 0.851 when connecting to a LUADCH hub

2015-09-12 Thread cologic
Copying my response from the other bug: I fully support elliptic curve cryptography, but your statement that "There is no support for ciphers with elliptic curves in current versions of dc++ (v0.851)." is simply inaccurate. For the record, as of DC++ 0.851, it supports the following ciphersuites,

[Linuxdcpp-team] [Bug 1495091] Re: support for ciphers with elliptic curves

2015-09-12 Thread cologic
*** This bug is a duplicate of bug 1484807 *** https://bugs.launchpad.net/bugs/1484807 I fully support elliptic curve cryptography, but your statement that "There is no support for ciphers with elliptic curves in current versions of dc++ (v0.851)." is simply inaccurate. For the record, as of

[Linuxdcpp-team] [Bug 1484807] Re: Encryption problems in DC++ 0.851 when connecting to a LUADCH hub

2015-09-12 Thread pulsar
Hi@all, I'am a Luadch dev and our hubsoft is using a cert with an elliptic curve 256bit prime key. The problem is: There is no support for ciphers with elliptic curves in current versions of dc++ (v0.851). It would be great if dc++ supports these cipher suites: TLSv1: ECDHE-ECDSA-AES128-SHA

[Linuxdcpp-team] [Bug 1495091] Re: support for ciphers with elliptic curves

2015-09-12 Thread pulsar
*** This bug is a duplicate of bug 1484807 *** https://bugs.launchpad.net/bugs/1484807 ** This bug has been marked a duplicate of bug 1484807 Encryption problems in DC++ 0.851 when connecting to a LUADCH hub -- You received this bug notification because you are a member of Dcplusplus-team

[Linuxdcpp-team] [Bug 1484807] Re: Encryption problems in DC++ 0.851 when connecting to a LUADCH hub

2015-09-12 Thread eMTee
** Summary changed: - encrypt problems in 0.851 + Encryption problems in DC++ 0.851 when connecting to a LUADCH hub -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/1484807 Title: Encryption problem

[Linuxdcpp-team] [Bug 1495091] [NEW] support for ciphers with elliptic curves

2015-09-12 Thread pulsar
Public bug reported: There is no support for ciphers with elliptic curves in current versions of dc++ (v0.851). I'am a Luadch dev and our hubsoft is using a cert with an elliptic curve 256bit prime key. It would be great if dc++ supports these cipher suites: TLSv1: ECDHE-ECDSA-AES128-SHA T

[Linuxdcpp-team] [Bug 1484807] Re: encrypt problems in 0.851

2015-09-12 Thread poy
this thread is no longer private. could luadch devs write their thoughts here? it would make much more sense to have that discussion recorded on a bug tracker that lost in a DC chat. ** Information type changed from Private Security to Public -- You received this bug notification because you ar

[Linuxdcpp-team] [Bug 1494809] Re: DC++ does not update contents of chat on tab change (Win 10)

2015-09-12 Thread poy
hmm, i'm surprised taskbar thumbnails could cause this... could you disable them by adding a "return;" at the start of Taskbar::initTaskbar in dwt/src/Taskbar.cpp? -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchp