Rebex Total Pack 新版本發表

Released: Dec 2, 2022

R6.10 中的更新

特性

  • MIME: Improved X.509 certificate chain resolving for PFX-based certificates in S/MIME.
  • IMAP: Added support for 'UIDONLY' extension. When using Yahoo IMAP, this makes it possible to operate on all messages in a mailbox.
  • TLS: Added 'TlsOptions.DisableRenegotiation' and 'TlsOptions.​RequireSecureRenegotiation'.​

修補程式

  • SFTP: Added workaround for an issue in Azure Blob Storage SFTP related to receive window size adjustment handling.
  • FileTransferClient: Fixed context capturing in FileTransferClient...

Released: Nov 8, 2022

R6.9 中的更新

特性

  • Added support for Microsoft .NET 7.0 - This release adds a new set of binaries targeting .NET 7.0. It supports all .NET 7.0 platforms:
    • Microsoft Windows (x64, x86, ARM64).
    • Linux (x64, ARM32, ARM64).
    • Apple macOS (x64).
    • Android.
    • Apple tvOS.
  • IMAP: Added support for 'SPECIAL-USE' extensions.

修補程式

  • FTP: Fixed a bug in GetDownloadStreamAsync/​GetUploadStreamAsync methods that left Ftp object in an unusable state on failure.
  • Cryptography: Fixed SHA-2 support on pre-SP3 versions of Windows XP.

Released: Oct 25, 2022

R6.8 中的更新

特性

  • EWS: Improved handling of unexpected error responses.
  • Networking: Improved handling of timeouts during TCP connections.
  • TLS Core: Optimized TLS 1.3 core.
  • TLS Core: Improved handling of invalid TLS 1.3 session tickets (PSKs).
  • TLS Core: Reduced memory footprint and CPU usage of TLS 1.3.
  • Cryptography: Added SSE2 implementation of ChaCha20 for Microsoft .NET 5.0 or higher.

修補程式

  • SSH Shell: Fixed UseLargeBuffers a SetNoDelayForTunnelSockets usage in SSH tunnels.
  • TLS Core: Fixed handling of...

Released: Oct 5, 2022

R6.7 中的更新

修補程式

  • All: This release is now properly code-signed again. TSA certificate validity was too short in R6.6 due to DigiCert's mistake.
  • MIME: Added workaround for yet another form of wrong Content-Disposition parameter encoding.
  • SSH: Added workaround for SSH servers that claim to prefer 'ssh-rsa' for client public key authentication.

Released: Sep 16, 2022

R6.6 中的更新

特性

  • File Server: Improved error reporting when using Microsoft .NET-based file systems.
  • EWS: Added support for more variants of Microsoft Office 365 error responses.
  • EWS: Enabled TLS session resumption.
  • EWS: Improved error reporting (in the log and via EwsException).
  • Syslog: Added support for multicast addresses.
  • SSH: Added new constructors to SshPrivateKey/SshPublicKey classes that accept AsymmetricKeyAlgorithm.
  • SSH: Added support for ECDSA to SshPrivateKey(AsymmetricAlgorithm) constructor (on...

Released: Jul 15, 2022

R6.5 中的更新

特性

  • SFTP: Improved key-only variant of Login method when the server requests further authentication and AuthenticationRequest event has been registered.
  • FTP: Added Ftp.​Settings.​ReuseDataConnectionSession option to make it possible to reuse control connection sessions for all data connections.
  • SCP: Improved key-only variant of Login method when the server requests further authentication and AuthenticationRequest event has been registered.
  • File Server: Added support for SSH extension negotiation...

Released: May 25, 2022

R6.4 中的更新

特性

  • Added support for Microsoft .NET 6.0 on Android and Apple iOS.
  • File System: Optimized memory consumption of internal thread-local variables.
  • MIME: Date header parser has been made more benevolent.
  • SSH: Optimized AEAD ciphers in SSH - ChaCha20/Poly1305 and AES/GCM ciphers have been slightly optimized.
  • TLS Core: Optimized AEAD ciphers in TLS - ChaCha20/Poly1305 and AES/GCM ciphers have been slightly optimized.
  • TLS Core: Optimized CPU usage in TLS 1.3 data flow.
  • TLS Core: Optimized scenarios...

Released: Mar 28, 2022

R6.3 中的更新

特性

  • SFTP: Added Settings.GetFileOpenRemoteFirst option. When enabled, the local file is only created by GetFile/Download methods after the remote file has been successfully opened.
  • SFTP: Added Sftp.​Settings.​EnableDirectoryAsFileWorkaround option (workaround for AWS FTP Transfer with S3 storage that misreports some directories as files).
  • SFTP: Added Sftp.​Settings.​EnableMissingCreateTimeWorkaround option.
  • SFTP: When appending/resuming in Download method, FileMode.Open is now used instead of...

Released: Jan 24, 2022

R6.2 中的更新

特性

  • FileTransferClient: Added additional protocol-specific properties to FileTransferClient.Settings.
  • File System: Added proper handling of the FileSystemException that has been thrown in an iterator returned from the custom virtual file system provider GetChildren method.
  • EWS: Improved handling of future Microsoft Office 365 error codes.
  • Syslog: Added a workaround for BSD log format without colon.
  • Syslog: Improved error reporting in SyslogServer.Start().
  • TLS Core: Optimized temporary object...

Released: Jan 8, 2022

R6.1 中的更新

特性

  • FTP: Added a workaround for incorrect handling of TLS 1.3 pre-shared key exchange modes in FileZilla FTP server (the issue caused data transfers with TLS 1.3 to fail).
  • File System: Added FileSystemNotifier.Provider property.
  • Mail: Added UseDefaultCharsetForHeaders option to MailSettings and MimeOptions.
  • Syslog: Improved Socket error handling and reporting.
  • ZIP: Added ZipArchive.Options.LocalHeaderVerificationMode option.
  • TLS Core: Optimized receive operation in TLS 1.3.
  • TLS Core: Slight...