PowerTCP SSH and SFTP for .NET V7.0.0.3

Released: Oct 18, 2023

V7.0.0.3 での更新項目

機能

  • Added support for RSA-SHA2-256, RSA-SHA2-384, and RSA-SHA2-512 host key algorithms.
  • Added support for the ssh-ed25519 host key algorithm.
  • Licensing has been refactored.
  • Microsoft .NET Framework 4.5+ is now required as support for .NET Framework 3.5 has been deprecated.
  • Improved Microsoft Visual Studio Integration.
  • Added full support for Microsoft .NET 6 and .NET 7.
  • (COM) The License object has been renamed to ComLicense.
  • (COM) Licensing for COM has changed.
  • Refactored internal packet queueing resulting in a modest performance increase and less network traffic.
  • Dart.Ssh.Standard.dll has been renamed to Dart.Ssh.dll.

不具合の修正

  • Fixed an issue where some KEX and Host Key algorithms were not available under some .NET Frameworks.
  • Fixed an issue where re-keying would fail if compression was being used.
  • Fixed an issue where the StateChanged event did not fire directly after TCP connect.
  • Fixed an issue where an incorrect timeout exception would be thrown during KEX negotiation and the correct exception will now be thrown.