Rebex SSH Pack 7.0.9313

Released: Jun 30, 2025

Updates in 7.0.9313

Funktionen

  • SFTP: Added CurrentFileBytesTotal to TransferProgressChanged event arguments.
  • Cryptography: Added IgnoreRedundantData option to SignedData and EnvelopedData classes.

Fehlerkorrekturen

  • File System: Fixed possible ArgumentNullException when file system provider is used after an event handler is unregistered from file system notifier.
  • File System: Prevented internally handled NullReferenceException in implementation of VDirectory.Exists method.
  • Networking: Prevented internal NullReferenceException when socket is closed and IO operation is in progress.
  • TLS Core: Fixed obfuscated type names in debug logs.
  • TLS Core: Fixed rare race condition between TLS 1.3 IO operations and shutdown/dispose logic.
  • Cryptography: Fixed NullReferenceException instead of InvalidOperationException in SignerInfo/KeyTransRecipientInfo and SignedData.