Lanzamientos de Rebex ZIP

Released: Sep 12, 2017

Actualizaciones en 2017 R5

Características

  • Added support for .NET Core 1.1 and 2.0 on Windows.
  • Cryptography: Added HTTP redirect handling to CRL downloader on .NET Compact Framework.
  • Cryptography: Added workaround to enable SHA-2 on legacy operating systems (such as pre-SP3 Windows XP).
  • Cryptography: Using ASN.1 GeneralizedTime for dates greater than 2050.
  • Cryptography: Enhanced logging of some SSPI errors.
  • Cryptography: Added workaround for invalid or empty HTTP header names.
  • Common: Enabled SHA-2 support workaround for...

Released: Aug 4, 2017

Actualizaciones en 2017 R4.1

Características

  • ZIP: Added path indexer to ZipItemCollection class.
  • ZIP: Improved .NET Core compatibility.
  • Cryptography: Enhanced RSAES-OAEP support.
  • Cryptography: Added CertificateStore.Add method (replacement for deprecated CertificateStore.AddCertificate method).
  • Cryptography: Added KeySetOptions.PreferCng and KeySetOptions.AlwaysCng options.

Correcciones

  • Cryptography: Fixed AsymmetricKeyAlgorithm.Dispose method.
  • Cryptography: Fixed AsymmetricKeyAlgorithm.CreateFrom method (always honors the...

Released: Jun 30, 2017

Actualizaciones en 2017 R4

Características

  • 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

Actualizaciones en 2017 R3

Características

  • 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/.P...

Released: Mar 22, 2017

Actualizaciones en 2017 R2

Características

  • 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...

Released: Feb 23, 2017

Actualizaciones en 2017 R1

Características

  • 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

Actualizaciones en 2016 R3

Características

  • 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...

Released: Aug 26, 2016

Actualizaciones en 2016 R2.2

Características

  • 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.

Correcciones

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

Released: Jul 28, 2016

Actualizaciones en 2016 R2.1

Características

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

Released: Jun 30, 2016

Actualizaciones en 2016 R2

Características

  • Added BytesProcessed and CurrentFileBytesProcessed properties to the ZipProgressChangedEventArgs object.

Correcciones

  • 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.