Rebex SSH Pack 2017 R3

Released: May 9, 2017

Mises à jour de 2017 R3

Fonctionnalités

  • Added NuGet packages.
  • Added experimental support for .NET Core 1.1 and .NET Standard 1.5.
  • Added workaround for a breaking change in Exception.Data on recent Xamarin.Android.
  • Added support for .NET Framework 4.7.
  • SFTP: Added Scp.Settings.ProcessCommand property to make it possible to customize the 'scp' command before it is sent to the server.
  • SFTP: Added Sftp.GetHomeDirectory() method to make it possible to easily determine current user's home directory.
  • SFTP: Optimized GetCurrentDirectoryAsync() method.
  • File Server: Added support for single quotes in virtual shell.
  • Terminal: Experimental (UI-less) support for Xamarin.Mac in Terminal Emulation component.
  • Terminal: Added support for underline and beam cursors to Terminal Control (via CursorStyle property).
  • Terminal: Terminal control now resets blink state while typing.
  • Cryptography: Custom certificate validator now behaves like MS CryptoAPI validator when dealing with RSA key sizes shorter than 1024 bits; MD5 signature hash algorithm is always considered to be weak for non-root certificates.
  • Cryptography: Added support for .PFX/.P12 saving on .NET Compact Framework (requires Windows CE 5.0 or later).

Correctifs

  • File Server: Fixed unreadable packet names in some exception messages.
  • Terminal: Fixed canvas resizing issue in TerminalControl when the font size has been changed.
  • Cryptography: Enhanced error messages in AsymmetricKeyAlgorithm.
  • Core: Fixed incorrect handling of CNG RSA keys.