Clever Internet .NET Suite for C#, VB.NET, ASP.NET V10.2.948.0
Released: Apr 12, 2022
V10.2.948.0 での更新項目
機能
- The default value for the SSH packet's payload size has been reduced to 32Kb in order to support more third-party SFTP clients and servers. This parameter can be tuned using the BatchSize property of both the SFTP client and the server.
- Improved SFTP server. The new version of this component supports more SFTP clients and implements both the client-first and the server-first approaches when starting a SSH session.
- Added certificate chain validation timeout and options to ignore revocation errors during the TLS/SSL handshake.
- RevocationFlags enumeration has been replaced with a set of CertificateChainVerifyFlags flags. The new option allows you to tune up certificate chain validation.
- DnsQuery component has been improved. Added the ability to retrieve a domain SOA record.
- IP, MX, and reverse zone resolving has been improved in the DnsQuery component using primary name servers for domains.
- Independent SOCKS4 and SOCKS4a support has been added. This new feature allows firewalls to automatically resolve connected host names.
- HTTP request submission has been improved when using requests with file and image attachments. The attachment streams are now only requested once during the sending process.
- The Imap4Server component has been optimized. The updated GetMessages event args allow you to filter the returned message set and not collect all mailbox messages when handling IMAP4 commands.
- The following members have been renamed: CRLFlags to CertChainFlags and RevocationFlags to CertificateChainVerifyFlags.
- Added full support for Microsoft Visual Studio 2022.
不具合の修正
- The algorithm of obtaining the Subject Email address for the certificate has been fixed.
- The mail header parser has been fixed to correctly encode/decode underline chars within the header fields.
- The SFTP server didn't create the directory structure when saving the uploaded file.
- Some design-time components' properties didn't have default values.