secure exchange algorithm (wodFtpDLX / wodFtpDLX.NET)
We are being told that we need to switch secure key exchange algorithms to either DH_Group_Exchange_SHA256 or ECDH_NISTP256. We are currently on version 1.7.9.229 of WeOnly/do.Client.FTPDLX.dll. Are those algorithms active in that version?
secure exchange algorithm
Hi.
In NET 4.x version of wodFtpDLX.NET, latest one, we support following key exchange algorithms:
ecdh-sha2-nistp256 ecdh-sha2-nistp384 diffie-hellman-group-exchange-sha256 diffie-hellman-group-exchange-sha1 diffie-hellman-group1-sha1 diffie-hellman-group14-sha1
So, yes, what you need it supported.
If you for some reason use NET framework below 4.x then only these are at your disposal:
diffie-hellman-group-exchange-sha256 diffie-hellman-group-exchange-sha1 diffie-hellman-group1-sha1 diffie-hellman-group14-sha1
I hope this helps!
Jasmine.