
Adds method that makes it possible to use the Rebex.IO.FileSystemItemComparer class for sorting.
Features
- ZIP: Added ZipItemCollection.Sort(IComparer) method that makes it possible to use the Rebex.IO.FileSystemItemComparer class for sorting.
- Cryptography: Enhanced custom CRL downloader for .NET Compact Framework to handle all 3xx redirect codes.
- Cryptography: Enhanced Certificate.LoadDer to handle files with multiple certificates (loads the first one).
- Cryptography: Added 'params' to CertificateInfo.SetExtendedUsave/SetAlternativeHostnames methods.
- Common: Added workaround for broken Encoding.ASCII encoder on legacy Mono platforms.
- Common: Enhanced SSPI error reporting.
Fixes
- ZIP: Fixed behavior of ZipItemCollection.Sort() method that used reverse sorting order for item types.
- ZIP: Fixed ZipArchive.ShrinkProgress.ProgressPercentage to return a proper value.
- ZIP: Fixed ZipProgressChangedEventArgs to set ProgressPercentage on base class as well.
- Cryptography: Fixed detection of AES/GCM support.
- Cryptography: Fixed detection of native Brainpool and secp256k1 support.
- Cryptography: Fixed null handling in CertificateInfo.MailAddress.
- Common: Fixed platform info in logs on macOS.