wodSSH Changelog

What's new in wodSSH 3.1.5

Aug 12, 2021
  • Support for ssh-ed25519

New in wodSSH 3.1.4 (Aug 31, 2020)

  • Binaries now compiled in VS2019
  • OpenSSL updated to 1.0.2u

New in wodSSH 3.1.3 (May 20, 2020)

  • Fix in initial connection freeze that happened with OpenSSH 7.3 (due to both client and server waiting for specific packet)

New in wodSSH 3.1.2 (Sep 11, 2019)

  • Fixed aes-cbc ciphers

New in wodSSH 3.1.1 (Feb 5, 2018)

  • Updated OpenSSL to 1.0.2n

New in wodSSH 3.1.0 (May 25, 2017)

  • Fix in 'Server signature does not match' when connecting to 'Reflection for Secure IT' server

New in wodSSH 3.0.9 (Apr 20, 2017)

  • Improved initial greeting exchange, there were problems with servers that wait for client's greeting before replying

New in wodSSH 3.0.8 (Dec 15, 2016)

New in wodSSH 3.0.7 (Dec 15, 2016)

  • New properties KeySignatureList and KeyExchangeList
  • New key exchange algorithms diffie-hellman-group-exchange-sha256 and
  • diffie-hellman-group-exchange-sha1

New in wodSSH 3.0.6 (Dec 15, 2016)

  • EncryptionList and HMacList properties added
  • Switched to OpenSSL 1.0.2

New in wodSSH 3.0.5 (Mar 27, 2015)

  • New method SendBreak that sends BREAK signal to remote

New in wodSSH 3.0.4 (Nov 26, 2014)

  • Fix in Telnet protocol that received garbage (Telnet codes) instead of processing them internally

New in wodSSH 3.0.3 (Nov 26, 2014)

  • Fix in GSSAPI authentication, Login property when present is not anymore overwritten with Windows default login name

New in wodSSH 3.0.2 (Nov 26, 2014)

  • Fix in DSA private key authentication that could fail even key is valid

New in wodSSH 3.0.1 (Apr 8, 2014)

  • Fix in StripNull property that caused Receive method to return wrong number of bytes in incoming buffer

New in wodSSH 3.0.0 (Sep 23, 2013)

  • Support for Elliptic curve cryptography
  • Key exchange algorithms ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521
  • Signature algorithm ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
  • MAC algorithms hmac-sha2-256,hmac-sha2-512

New in wodSSH 2.9.9 (Mar 15, 2013)

  • Fix for accepting newer FIPS libraries

New in wodSSH 2.9.7 (Nov 26, 2012)

  • New proxy type ProxyWEBIntegratedAuth that uses NTLM with credentials of currently logged on user over HTTP proxy

New in wodSSH 2.9.6 (Nov 6, 2010)

  • Fix in Receive method call when provided ByteCount was negative component returned Out of memory error)
  • New properties ErrorText and LastError

New in wodSSH 2.9.5 (Oct 16, 2010)

  • New KeyForward property for SSH agent forwarding

New in wodSSH 2.9.4 (Sep 18, 2010)

  • Fix in SSH1 protocol when Blowfish encryption was always selected

New in wodSSH 2.9.3 (Jul 21, 2010)

  • Support for aes128-ctr, aes192-ctr, aes256-ctr encryption algorithms in SSH2 protocol

New in wodSSH 2.9.2 (Jun 7, 2010)

  • Fixed global-request packet that caused mocana server to timeout

New in wodSSH 2.9.1 (Jan 27, 2010)

  • Distribution now contains x86 and x64 binaries

New in wodSSH 2.9.0 (Nov 29, 2009)

  • FIPS 140-2 enabled library can now be specified as external DLL, through FIPS property. This way your application can switch to "on demand FIPS" just by specifying different library

New in wodSSH 2.8.0 (Aug 30, 2009)

  • Kerberos authentication (GSS-API) added to the list of supported authentications. Both MIT KfW and SSPI providers are implemented

New in wodSSH 2.7.4 (Jun 28, 2009)

  • Fixed negative ByteCount in Received event

New in wodSSH 2.7.3 (Jun 17, 2009)

  • Fixed possible access violation error if invalid VARIANT data was provided to Send method

New in wodSSH 2.7.2 (Jun 17, 2009)

  • Fix: proxy was ignored if IP address was used instead of hostname

New in wodSSH 2.7.1 (Feb 18, 2009)

  • New Banner event