Rebex ZIP のリリース

Released: Jun 30, 2017

2017 R4 での更新項目

機能

  • All: Lots of improvements in experimental .NET Core / .NET Standard edition.
  • Cryptography: Added support for certificates with private keys stored in CNG Key Storage Providers.
  • Cryptography: Compatibility enhancements in Certificate public/private key operations and AsymmetricKeyAlgorithm class.
  • Cryptography: Added Certificate.GetPublicKeyInfo() method.
  • Cryptography: Added native support for secp256k1, Brainpool P-256 R1, P-384 R1 and P-512 R1 on Windows 10 and Windows Server...

Released: May 9, 2017

2017 R3 での更新項目

機能

  • Added NuGet packages.
  • Added experimental support for .NET Core 1.1 and .NET Standard 1.5.
  • Added workaround for a breaking change in Exception.Data on recent Xamarin.Android.
  • Added support for .NET Framework 4.7.
  • Cryptography: Custom certificate validator now behaves like MS CryptoAPI validator when dealing with RSA key sizes shorter than 1024 bits; MD5 signature hash algorithm is always considered to be weak for non-root certificates.
  • Cryptography: Added support for .PFX/.P12 saving on .NET...

Released: Mar 22, 2017

2017 R2 での更新項目

機能

  • Support for Visual Studio 2017.
  • ZIP: Improved ZipItem.ItemType detection for ZIP files created on Unix.
  • ZIP: Improved ZipException.ProblemType reporting in multi-file operations.
  • Cryptography: Added support for Elliptic Curve DSA to Certificate/CertificateChain/CertificateIssuer classes.
  • Cryptography: SignMessage/VerifyMessage methods added to AsymmetricKeyAlgorithm.
  • Cryptography: Renamed KeyDerivationOptions class to KeyDerivationParameters.
  • Cryptography: Removed seldom-used static methods...

Released: Feb 23, 2017

2017 R1 での更新項目

機能

  • Cryptography: Added support for ValidationOptions.UseCacheOnly on .NET CF.
  • Cryptography: Substantially optimized CRL parsing code used by enhanced certificate validator on .NET Compact Framework.

Released: Dec 20, 2016

2016 R3 での更新項目

機能

  • ZIP: ZipItem.LastWriteTime now returns null if not specified (instead of 0001-01-01 or 1980-01-01). It accepts null as well.
  • ZIP: Added ZipArchive.Options.ChecksumVerificationMode to make it possible to verify checksum immediately after a new file is added into the ZIP archive.
  • Cryptography: Improved ASN.1 time node parser.
  • Cryptography: Added support for certificate validation on Universal Windows Platform.
  • Cryptography: Added custom X509 certificate validator for .NET Compact Framework with...

Released: Aug 26, 2016

2016 R2.2 での更新項目

機能

  • Cryptography: Added CheckCertificate/GetIssuingDistributionPoint methods to CertificateRevocationList class and ValidateRevocationList method to Certificate class.
  • Cryptography: Added support for certificates with private keys stored in CNG Key Storage Providers.
  • Cryptography: Enhanced SHA-2 support check on .NET Compact Framework.

不具合の修正

  • ZIP: Fixed a bug in LZ77 window handling in Enhanced Deflate decompression routine. This might have caused errors in rare scenarios.
  • Cryptography: Fixed SHA...

Released: Jul 28, 2016

2016 R2.1 での更新項目

機能

  • Optimized memory usage.
  • WinZip encryption uses version 2 by default.

Released: Jun 30, 2016

2016 R2 での更新項目

機能

  • Added BytesProcessed and CurrentFileBytesProcessed properties to the ZipProgressChangedEventArgs object.

不具合の修正

  • Fixed a bug that caused an error when shrinking ZIP archives with Zip64 extension in some cases.
  • Fixed multi-core compression to use the specified number of threads.

Released: Feb 22, 2016

Updates in this release

Updates in 2016 R1.1

  • Added experimental binaries of most Rebex components (FTP/SSL, SFTP, File Server, Secure Mail, ZIP, Time, Security) for Xamarin.Mac platforms. They are suitable for targeting Xamarin.Mac Mobile Framework and Xamarin.Mac .NET 4.5 Framework projects.
  • ZIP: Added workaround for ZIP files which specify zero for "total count of disks".

Released: Jan 15, 2016

Updates in this release

Updates in 2016 R1

  • Rebex assemblies are now signed with SHA-256 signatures in addition to legacy SHA-1 signatures.
  • Added workaround for Xamarin.Android whose Dns.GetHostEntry resolves 'localhost' to device's external IP address.
  • Better exception message when working with ZIP archives which use PKWARE's proprietary encryption algorithm.
  • ZipArchive now implements IEnumerable<ZipItem> to make it easier to iterate the items.
  • ZipArchive.PasswordRequired event is raised correctly when calling...