Released: Mar 18, 2025
7.0.9209 中的更新
特性
- Mail: Added workaround for "multipart/signed" entities misplaced as views.
- SSH: Added support for PKCS #1 public RSA key format to SshPublicKey.
- SSH: Added workaround for problem with Socket.Poll in .NET 6 on Linux.
修补程序
- MIME: Fixed behavior of MimeEntity.GetSignatureEntity() method.
- MIME: Fixed non-persistence of original headers of detached S/MIME signature entities.
Released: Jan 15, 2025
7.0.9147 中的更新
特性
- Common: Improved internal APM->TAP bridge for Socket methods on old platforms.
Released: Dec 18, 2024
7.0.9119 中的更新
特性
- MIME: Added MailMessage.Settings.TreatAdditionalMixedTextPartsAsView option.
- TLS Core: Better exception handling when TLS 1.3 socket is disposed while negotiation is in progress.
修补程序
- SSH: Fixed reported error message when SSH channel is closed while a channel request is pending.
Released: Nov 12, 2024
7.0.9083 中的更新
特性
Support for Microsoft .NET 9 - This release adds a new set of binaries targeting .NET 9. They support all .NET 9 platforms:
- Microsoft Windows (x64, x86, ARM64).
- Linux (x64, ARM32, ARM64).
- Android (x64, ARM32, ARM64).
- Apple macOS (ARM64, x64).
- Apple iOS/iPadOS/tvOS (ARM64).
修补程序
- Cryptography: Added workaround for EnvelopedData with unpadded RSA EncryptedKey.
- Cryptography: Added workaround for parsing CMS ASN.1 with redundant zeros at the end.
- Cryptography: Fixed common name validation logic in...