Martin Prikryl
2015-Jul-20 19:08 UTC
WinSCP 5.7.5 will support the RFC 4419 revision to Diffie-Hellman group exchange
Hello, I'd like to inform you that the next release of WinSCP SFTP client (version 5.7.5) will support Diffie-Hellman group exchange as specified by RFC 4419. http://winscp.net/tracker/show_bug.cgi?id=1345 So I'd like to ask you to kindly update the check in compat_datafellows() to WinSCP_release_4* WinSCP_release_5.0* WinSCP_release_5.1* WinSCP_release_5.2* WinSCP_release_5.5* WinSCP_release_5.6* WinSCP_release_5.7 WinSCP_release_5.7.1 WinSCP_release_5.7.2 WinSCP_release_5.7.3 WinSCP_release_5.7.4 If you want to test this, please use: http://winscp.net/public/winscp20150720ropenssh.zip Thanks. Martin Prikryl https://winscp.net/
Martin Prikryl
2015-Aug-05 14:09 UTC
WinSCP 5.7.5 will support the RFC 4419 revision to Diffie-Hellman group exchange
Hello, In case my previous appeal was ignored due to a lack of patch, I'm attaching one know. Thanks in advance for applying it. WinSCP 5.7.5, with RFC 4419 support, was released meanwhile. http://winscp.net/eng/download.php Martin Prikryl http://winscp.net/ On 20. 7. 2015 21:08, Martin Prikryl wrote:> Hello, > > I'd like to inform you that the next release of WinSCP SFTP client (version 5.7.5) will support Diffie-Hellman group exchange as specified by RFC 4419. > http://winscp.net/tracker/show_bug.cgi?id=1345 > > So I'd like to ask you to kindly update the check in > compat_datafellows() to > > WinSCP_release_4* > WinSCP_release_5.0* > WinSCP_release_5.1* > WinSCP_release_5.2* > WinSCP_release_5.5* > WinSCP_release_5.6* > WinSCP_release_5.7 > WinSCP_release_5.7.1 > WinSCP_release_5.7.2 > WinSCP_release_5.7.3 > WinSCP_release_5.7.4 > > If you want to test this, please use: > http://winscp.net/public/winscp20150720ropenssh.zip > > Thanks. > > Martin Prikryl > https://winscp.net/ >-------------- next part -------------- diff -ur a/compat.c b/compat.c --- a/compat.c Sun Aug 2 11:59:26 2015 +++ b/compat.c Mon Aug 3 15:42:29 2015 @@ -174,7 +174,21 @@ "PuTTY_Release_0.61*," "PuTTY_Release_0.62*," "PuTTY_Release_0.63*," - "PuTTY_Release_0.64*", + "PuTTY_Release_0.64*," + "WinSCP_release_4*," + "WinSCP_release_5.0," + "WinSCP_release_5.0.*," + "WinSCP_release_5.1," + "WinSCP_release_5.1.*," + "WinSCP_release_5.5," + "WinSCP_release_5.5.*," + "WinSCP_release_5.6," + "WinSCP_release_5.6.*," + "WinSCP_release_5.7," + "WinSCP_release_5.7.1," + "WinSCP_release_5.7.2," + "WinSCP_release_5.7.3," + "WinSCP_release_5.7.4", SSH_OLD_DHGEX }, { "Probe-*", SSH_BUG_PROBE },
Damien Miller
2015-Aug-06 01:05 UTC
WinSCP 5.7.5 will support the RFC 4419 revision to Diffie-Hellman group exchange
sorry, I missed your email. The best way to ensure that this gets fixed is to file a bug at https://bugzilla.mindrot.org/ I've done this, and the bug is https://bugzilla.mindrot.org/b/2441 On Wed, 5 Aug 2015, Martin Prikryl wrote:> Hello, > > In case my previous appeal was ignored due to a lack of patch, I'm > attaching one know. > > Thanks in advance for applying it. > > WinSCP 5.7.5, with RFC 4419 support, was released meanwhile. > http://winscp.net/eng/download.php > > Martin Prikryl > http://winscp.net/ > > On 20. 7. 2015 21:08, Martin Prikryl wrote: > > Hello, > > > > I'd like to inform you that the next release of WinSCP SFTP client (version 5.7.5) will support Diffie-Hellman group exchange as specified by RFC 4419. > > http://winscp.net/tracker/show_bug.cgi?id=1345 > > > > So I'd like to ask you to kindly update the check in > > compat_datafellows() to > > > > WinSCP_release_4* > > WinSCP_release_5.0* > > WinSCP_release_5.1* > > WinSCP_release_5.2* > > WinSCP_release_5.5* > > WinSCP_release_5.6* > > WinSCP_release_5.7 > > WinSCP_release_5.7.1 > > WinSCP_release_5.7.2 > > WinSCP_release_5.7.3 > > WinSCP_release_5.7.4 > > > > If you want to test this, please use: > > http://winscp.net/public/winscp20150720ropenssh.zip > > > > Thanks. > > > > Martin Prikryl > > https://winscp.net/ > > > >