機能
- ZIP: Enhanced error message when trying to open GZIP as ZIP (or the other way around).
- ZIP: Added ZipArchive.Decrypt static method.
- ZIP: Added logging capability to ZipArchive class (ZipArchive.LogWriter property).
- ZIP: Enhanced internals.
- Cryptography: Added CryptographicCollection<T> as a base for cryptographic collection classes.
- Cryptography: Added SslSettings.SslRenegotiationExtensionEnabled option.
- Cryptography: Added EnhancedCertificateEngine to .NET Compact Framework version to make it possible to supply custom root certification authorities.
- Common: Enabled Certificate/CertificateChain.LoadPfx with AlwaysCng option on .NET Compact Framework 3.9.
- Common: Built-in custom certificate validator on .NET CF no longer unnecessarily validates signature of root CA certificates that are trusted by the OS.
不具合の修正
- ZIP: Fixed directory detection for Zip 64 archives.
- ZIP: Fixed a bug that could result in corrupted .ZIP files when compressing some files longer than 2 GB.
- ZIP: Fixed possible NullReferenceException while decompressing corrupted data or (legacy encrypted ZIP with wrong password).
- Cryptography: Fixed possible NullReferenceException inCertificateRevocationList.GetRevocationReason() method.
- Cryptography: Fixed PFX saving on Mono.
- Cryptography: Fixed "Unable to load DLL 'Bcrypt.dll'" error on Linux with .NET Core.
- Common: Fixed rare race condition in possibly leading to NullReferenceException on .NET Core and UWP platforms.
- Common: Fixed COMException in CertificateChain.BuildFrom method on experimental UWP platform.
.NETのZIPおよびGZIPによる圧縮機能のライブラリ
2003に公式ディストリビューターとして登録