Rebex MSG Releases
Released: Nov 25, 2021
Updates in R6.0
Funktionen
- 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
Updates in R5.7
Funktionen
- 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...
Released: Oct 26, 2021
Updates in R5.6
Funktionen
- All: Added support for Microsoft .NET 6.0 RC2.
- Cryptography: Small optimization in AVX2 implementation of ChaCha20.
Fehlerkorrekturen
- 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
Updates in R5.5
Funktionen
- 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.
Fehlerkorrekturen
- All: Fixed compatibility with UWP and .NET Native compiler.