
Adds support for .NET Core on Linux.
Features
- All: Added support for .NET Core on Linux.
- FTP: Added FtpListItemReceivedEventArgs.UserState property.
- FTP: FtpItem.SymlinkPath is now set in Ftp.GetInfo() method as well.
- SFTP: Added SftpListItemReceivedEventArgs.UserState property.
- File Server: Optimized directory content enumeration on virtual file systems.
- File Server: Tweaked socket binding on .NET Core on Linux.
- MSG: 'InternetAccountName' and 'InternetAccountStamp' LID properties are now stored in MIME headers by MailMessage.Load() method when MailMessage.Settings.LoadMsgProperties option is enabled.
- IMAP: Improved IMAP 'Inbox' folder name normalization and added Imap.Settings.NormalizeInboxName property to make it possible to switch it off.
- Terminal: SCO character set disabled when using a UTF encoding.
- Terminal: Fixed ScriptEventId.Line behavior on .NET Core on Linux.
- Security: FileEncryption object's EncryptionKeySize and XtsBlockSize properties are no longer ignored when using FileEncryptionAlgorithm.AesXts.
- HTTP: Added workaround for compressed response data not properly finished with a final block. Exception is still thrown if the decompressor was unable to flush all data to be processed.
- HTTP: Enhanced response logging.
- Cryptography: Enhanced error message when trying to use signing-only RSA certificate for decryption.
- Cryptography: Added CertificateEngine.BuildChain(Certificate) method.
- Cryptography: Current CertificateEngine's BuildChain method is now used in CMS (PKCS #7) SignedData and EnvelopedData.
- Cryptography: Added Certificate.Tag property to make it possible to associate custom objects with a particular Certificate instance.
- Cryptography: Enhanced logging in built-in custom certificate validator on .NET Compact Framework.
Fixes
- FTP: Fixed handling of symbolic link in multi-file operations.
- File Server: Fixed handling of wildcard characters on virtual file systems.
- File Server: Fixed behavior of virtual file systems when opening file in 'OpenOrCreate' mode.
- File Server: Fixed handling of missing source file in Rename operations on virtual file systems.
- File Server: Fixed race condition in ServerSession.SendMessage method (only encountered on .NET Compact Framework).
- File Server: Fixed behavior of virtual file systems when opening file in 'Create' mode with 'Read' access.
- Mail: Fixed support for TNEF messages with embedded S/MIME entity.
- SSH: Fixed handling of invalid data packets claiming to contain more data than their payload length.
- TLS/SSL: Fixed error raising in TlsSocket's EndSend/EndReceive methods.
- Cryptography: Fixed private key exporting on .NET Core on Linux.
- Cryptography: Fixed retrieval of certificate with bound keys from store on .NET Core on Linux.
- Cryptography: Fixed possible NullReferenceException in built-in custom certificate validator on .NET Compact Framework. Could occur using CRL validation.
- Cryptography: Fixed DSAManaged.ExportParameter method that failed to export parameters with missing Seed.