Rebex Time のリリース
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.
Released: Sep 16, 2022
R6.6 での更新項目
機能
- Cryptography: Added GetPrivateKeyAlgorithm/GetPublicKeyAlgorithm methods to Certificate class.
Released: Jul 15, 2022
R6.5 での更新項目
機能
- Common: Improved internal asynchronous infrastructure for old platforms.
Released: May 25, 2022
R6.4 での更新項目
機能
- Added support for Microsoft .NET 6.0 on Android and Apple iOS.
- Cryptography: Added support for NTLM plugin for non-Microsoft Windows platforms.
- Cryptography: Added a workaround for buggy RSACryptoServiceProvider in Microsoft .NET 6.0 on Android.
- Cryptography: Optimized ChaCha20Poly1305 internals.
- Cryptography: Optimized internal AEAD interfaces.
- Common: Improved inner exception rethrow logic on Microsoft .NET Framework 3.5/4.0.
- Common: Optimized internal data buffer methods.
不具合の修正...
Released: Mar 28, 2022
R6.3 での更新項目
機能
- Cryptography: Improved Poly1305 internals.
- Cryptography: Slightly optimized encrypt/decrypt operations in symmetric branch of the CNG/BCrypt interop layer.
- Cryptography: Small optimization in ARM (Advanced NEON SIMD) implementation of ChaCha20.
- Common: Improved internal asynchronous infrastructure.
不具合の修正
- Common: Fixed rare premature finalization of a buffer in SSPI interop that might lead to an AccessViolationException.
Released: Jan 24, 2022
R6.2 での更新項目
不具合の修正
- Cryptography: Fixed releasing of CNG handles in AES/GCM interop (issue only present in R6.1 on Windows).
Released: Jan 8, 2022
R6.1 での更新項目
機能
- Cryptography: Improved caching of CNG algorithm provider handles.
- Cryptography: Optimized symmetric branch of Microsoft Windows CNG (BCrypt) interop layer.
不具合の修正
- All: Fixed compatibility of Rebex binaries for .NET Framework 4.0 with ASP.NET 4.5 or higher.
- Cryptography: Fixed Certificate.GetSignatureHashAlgorithm() for certificates signed by Ed25519 authorities.
- Cryptography: Fixed unmanaged resource leak in CertificateStore.
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.
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.
- 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.1 nodes.
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.