
Optimizes memory usage to accommodate ZIP files with more items.
Features
- ZIP: Optimized memory usage to accommodate ZIP files with more items.
- ZIP: Internal optimizations.
- ZIP: Usage of ActionOnExistingFiles.ResumeIfPossible in ZipArchive method arguments triggers ArgumentException.
- ZIP: Added ZipArchive.ExtractAll(string, ActionOnExistingFiles) method.
- ZIP: Added GzipCompressionStream constructor that makes it possible to specify a file name when using stream as input.
- Cryptography: Added CertificateChain.LoadDer method to load a chain of Base64-encoded certificates.
- Cryptography: Fast CNG implementation of AES (which takes advantage of AES-NI instructions) is used when available.
- Cryptography: Added workaround for broken X509Certificate.GetPublicKey() on Mono 5.4.
- Cryptography: Added a workaround for GPG's gpgsm utility that required some SignedData fields to be DER-encoded.