Rebex Total Pack 7.0.9313

Released: Jun 30, 2025

Aggiornamenti in 7.0.9313

Funzionalità

  • SFTP: Added CurrentFileBytesTotal to TransferProgressChanged event arguments.
  • FTP: Added CurrentFileBytesTotal to TransferProgressChanged event arguments.
  • Mail: Added IgnoreRedundantAsn1Data option to MailSettings/MimeOptions.
  • ZIP: Improved handling of 'version needed to extract' field to increase support for ZIP archives created on various platforms.
  • Cryptography: Added IgnoreRedundantData option to SignedData and EnvelopedData classes.

Correzioni

  • 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.
  • ZIP: Fixed missing logging for multi-file operations.
  • 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.