wodSSHTunnel Changelog

What's new in wodSSHTunnel 1.9.9

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

New in wodSSHTunnel 1.9.8 (Sep 10, 2021)

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

New in wodSSHTunnel 1.9.7 (Sep 11, 2019)

  • Fixed aes-cbc ciphers

New in wodSSHTunnel 1.9.6 (Jan 16, 2018)

  • Updated OpenSSL to 1.0.2n

New in wodSSHTunnel 1.9.5 (Jan 16, 2018)

  • Fix in x64 version that failed to open more than one forwarding channel

New in wodSSHTunnel 1.9.4 (May 25, 2017)

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

New in wodSSHTunnel 1.9.2 (Jan 25, 2017)

New in wodSSHTunnel 1.9.1 (Jun 10, 2016)

  • New properties KeySignatureList and KeyExchangeList.

New in wodSSHTunnel 1.9.0 (Jun 10, 2016)

  • EncryptionList and HMacList properties added.
  • Switched to OpenSSL 1.0.2.

New in wodSSHTunnel 1.8.3 (Apr 1, 2015)

  • Fix in remote port forwarding when remote clients were not disconnected when channel was stopped

New in wodSSHTunnel 1.8.2 (Apr 1, 2015)

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

New in wodSSHTunnel 1.8.1 (Nov 11, 2013)

  • User.LogFilename added for logging connection data

New in wodSSHTunnel 1.8.0 (Nov 11, 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 wodSSHTunnel 1.7.4 (Mar 22, 2013)

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

New in wodSSHTunnel 1.7.3 (Jun 13, 2012)

  • IPv6 support through new UseIPv6 property

New in wodSSHTunnel 1.7.2 (Jul 26, 2010)

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

New in wodSSHTunnel 1.7.1 (Jan 27, 2010)

  • Distribution now contains x86 and x64 binaries

New in wodSSHTunnel 1.7.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 wodSSHTunnel 1.6.1 (Feb 11, 2009)

  • Random number initialization replaced with MS CryptoAPI implementation. This will fix 'freeze of first run' problem.