Rebex Secure Mail for .NET R6.6

Released: Sep 16, 2022

R6.6 中的更新

特性

  • 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).
  • SSH: Added new constructors to SshPrivateKey/SshPublicKey classes that accept AsymmetricKeyAlgorithm.
  • SSH: Added support for ECDSA to SshPrivateKey(AsymmetricAlgorithm) constructor (on Microsoft .NET Core 3.1 or higher).
  • TLS Core: Added support for Microsoft Windows Extended Protection (only available on Windows) to SMTP, IMAP, POP3, EWS, HTTPS and WebSocket libraries. Customers using on-premise Exchange Servers or IIS servers with 'Integrated Windows authentication' should consider upgrading to this release and enabling 'Extended Protection' on their servers to protect against HAFNIUM-style attacks.
  • Cryptography: Added GetPrivateKeyAlgorithm/​GetPublicKeyAlgorithm methods to Certificate class.

修補程式

  • EWS: Fixed redundant authentication.
  • EWS: No longer issuing unneeded HEAD request when connecting to Office 365.
  • SSH: Fixed rare NullReferenceException when closing an SshSession.