Rebex MSG のリリース
Released: Nov 25, 2021
R6.0 での更新項目
機能
- All: Added a new set of binaries targeting Microsoft .NET 6.0. Including:
- Microsoft Windows (x64, x86, ARM64).
- Linux (x64, ARM32, ARM64).
- Apple macOS (x64).
- All: Removed several obsolete and deprecated APIs.
- All: Removed support for legacy ISerializable interface from binaries for Microsoft .NET Standard.
- MIME: Changed default charset for MIME text entities to UTF-8.
Released: Nov 24, 2021
R5.7 での更新項目
機能
- All: Added support for Microsoft Windows 11.
- All: Added support for Microsoft .NET 6.0 on Windows, Linux and Apple macOS. Rebex assemblies targeting .NET Standard 2.1 now support .NET 6.0.
- MIME: Improved ID check in MessageId constructor.
- Cryptography: Added more values to X.509 RevocationReason enum.
- Cryptography: Added support for private keys in PuTTY PPK3 format (uses Argon2 key derivation function).
- Cryptography: Added workaround for Google's CRLs with non-constructed explicit ASN...
Released: Oct 26, 2021
R5.6 での更新項目
機能
- All: Added support for Microsoft .NET 6.0 RC2.
- Cryptography: Small optimization in AVX2 implementation of ChaCha20.
不具合の修正
- Cryptography: Fixed handling of RSAParameters without DP/DQ in AsymmetricKeyAlgorithm and PrivateKeyInfo.
- Cryptography: Fixed loading of encrypted keys with empty passwords in new OpenSSH format.
Released: Aug 17, 2021
R5.5 での更新項目
機能
- All: Added a new set of binaries targeting Microsoft .NET Core 3.1. The new set of binaries utilizes .NET Core's hardware intrinsics API and features a fast ChaCha20/Poly1305 implementation that has been previously only available on Microsoft .NET 5.0.
不具合の修正
- All: Fixed compatibility with UWP and .NET Native compiler.