wodSSHServer Changelog

What's new in wodSSHServer 2.6.3

Jan 16, 2024
  • Fix for Terrapin attacks (CVE-2023-48795) using strict KEX mode

New in wodSSHServer 2.6.2 (May 31, 2023)

  • Support for ssh-ed25519.

New in wodSSHServer 2.6.1 (Apr 8, 2021)

  • Fix in SFTP protocol where unicode filenames were not shown properly.

New in wodSSHServer 2.6.0 (Oct 6, 2020)

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

New in wodSSHServer 2.5.8 (Jan 22, 2020)

  • User.Timeout property added

New in wodSSHServer 2.5.7 (Sep 11, 2019)

  • Fixed aes-cbc ciphers

New in wodSSHServer 2.5.6 (Apr 2, 2019)

  • Several port forwarding fixes that could lead to loss of packets or out of memory exceptions

New in wodSSHServer 2.5.5 (Feb 15, 2019)

  • Fixed crash when client requests max window size of -1

New in wodSSHServer 2.5.4 (Jan 15, 2018)

  • VT100 emulation now supports other columns/rows ratios than default 80x25 usually specified by the client

New in wodSSHServer 2.5.3 (Jan 25, 2017)

New in wodSSHServer 2.5.2 (Mar 24, 2016)

  • New property KeyExchangeList

New in wodSSHServer 2.5.1 (Mar 24, 2016)

  • New event SftpTransferComplete

New in wodSSHServer 2.5.0 (Mar 24, 2016)

  • EncryptionList and HMacList properties added
  • Switched to OpenSSL 1.0.2

New in wodSSHServer 2.4.3 (Jun 4, 2014)

  • Fix in DSA key that could cause bad signature so client reports server key as invalid

New in wodSSHServer 2.4.2 (May 3, 2014)

  • Fix in SFTP protocol where SSH_FXF_EXCL flag was not handled properly when opening file

New in wodSSHServer 2.4.1 (Jan 29, 2014)

  • Changes in interprocess communication between wodSSHServer and wodCmdTerm, to support latest Windows versions when UseNTAuthentication is set

New in wodSSHServer 2.4.0 (Sep 24, 2013)

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

New in wodSSHServer 2.3.0 (May 2, 2013)

  • Memory leak fix in SSH protocol

New in wodSSHServer 2.2.9 (May 25, 2012)

  • Fix in service execute which failed to close even called executable finished(problems with Mercurial versioning system fixed)

New in wodSSHServer 2.2.8 (Apr 22, 2011)

  • Fix in remote port forwarding that could cause crash due to internal bug

New in wodSSHServer 2.2.7 (Apr 22, 2011)

  • New property MaxLoginAttempts, and LoginAttempts counter

New in wodSSHServer 2.2.6 (Sep 9, 2010)

  • Fix in wodCmdTerm terminal process which caused wodSSHServer to stop when several instances of wodCmdTerm were running

New in wodSSHServer 2.2.5 (Sep 9, 2010)

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

New in wodSSHServer 2.2.4 (Jun 16, 2010)

  • Port forwarding now accepts also IPv6 addresses

New in wodSSHServer 2.2.3 (Apr 17, 2010)

  • Fix key regeneration problem with some Windows CE devices

New in wodSSHServer 2.2.2 (Feb 9, 2010)

  • x509v3-sign-rsa public key authentication support

New in wodSSHServer 2.2.1 (Jan 26, 2010)

  • Distribution now contains x86 and x64 binaries
  • Kerberos GSSAPI authentication mechanism supported
  • LoginGSSAPI event added

New in wodSSHServer 2.2.0 (Nov 16, 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.
  • Binaries are from now on recompiled in VS 2008

New in wodSSHServer 2.1.5 (Nov 7, 2009)

  • wodCmdTerm terminal server application now works also inside Windows service

New in wodSSHServer 2.1.4 (Sep 14, 2009)

  • IPv6 support, enabled by UseIPv6 property

New in wodSSHServer 2.1.3 (Sep 11, 2009)

  • Fixes potential bugs in wodSSHServer that could lead to denial of service.

New in wodSSHServer 2.1.2 (Aug 30, 2009)

  • Several VT100 keyboard handling fixes in VT100 emulation

New in wodSSHServer 2.1.1 (Aug 4, 2009)

  • SCP download fix

New in wodSSHServer 2.1.0 (Mar 16, 2009)

  • Fixes problem with terminal console cursor position when more than one console was opened

New in wodSSHServer 2.0.9 (Feb 17, 2009)

  • Fixes possible buffer overflow problem