Rebex ZIP for .NET のリリース

Released: Nov 8, 2022

R6.9 での更新項目

機能

  • Added support for Microsoft .NET 7 - This release adds a new set of binaries targeting .NET 7. It supports all .NET 7 platforms:
    • Microsoft Windows (x64, x86, ARM64).
    • Linux (x64, ARM32, ARM64).
    • Apple macOS (x64).
    • Android.
    • Apple tvOS.

不具合の修正

  • Cryptography: Fixed SHA-2 support on pre-SP3 versions of Windows XP.

Released: Oct 25, 2022

R6.8 での更新項目

機能

  • Cryptography: Added SSE2 implementation of ChaCha20 for Microsoft .NET 5.0 or higher.

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.
  • ZIP: Fixed exception handling of ZipReader.ReadNext() and ZipReader...

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 での更新項目

機能

  • ZIP: Added ZipArchive.Options.LocalHeaderVerificationMode option.
  • 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.
  • ZIP: Wrong Unix permissions are ignored if they do not specify a file type.
  • Cryptography: Fixed Certificate.GetSignatureHashAlgorithm() for certificates signed by Ed...

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.
  • ZIP: Added ZipArchive.CheckIntegrity() method.
  • ZIP: Added ZipArchiveOpenOptions to make it possible to specify options before opening a ZIP file.
  • ZIP: Added ZipArchiveOptions...