SocketTools Subscription 11.0.2235.1894

Released: Sep 24, 2025

11.0.2235.1894 での更新項目

機能

  • Added assemblies which target the latest .NET 4.8 SDK built with Visual Studio 2022.
  • Updated the default security protocol constant definitions to always include TLS 1.3 for all supported languages.
  • Additional checks are made by the MSI installer packages to ensure the target platform is supported.
  • Changed version information for .NET assemblies to clearly indicate the target .NET Framework and SDK version.
  • Updated the documentation to include a warning against using the remote shell protocols, recommending SSH instead.
  • Minor updates to the HTML Help and PDF documentation.

不具合の修正

  • Corrected an issue which could prevent the SocketWrench component from enumerating host aliases for the current host name.
  • Corrected an issue with the FileEncoder component which could cause the EncryptedText and DecryptedText properties to always return empty strings.
  • Corrected a documentation issue for several .NET classes where not all overloaded class methods were included in the index.
  • Corrected an issue where the FormatNetworkTime function was not exported and documented correctly.
  • Corrected an issue where the AesEncryptString and AesDecryptString functions were documented as returning BOOL values instead of LONG.
  • Corrected an issue where the UnicodeEncodeText and UnicodeDecodeText functions could overrun an internal buffer.
  • Corrected an issue which could cause the FtpVerifyFile function to throw an exception if an invalid string parameter was specified.
  • Corrected an issue which could cause the HttpVerifyFile function and VerifyFile method to fail with files larger than 4GB.
  • Corrected an issue which could prevent 32-bit applications from using TLS 1.3 when running in compatibility mode.
  • Corrected an issue with the MimeImportMessage function where it would not return an error if the file name was a NULL pointer.
  • Corrected an issue with the installer where 64-bit IDEs could not find the HTML Help documentation.
  • Importing a MIME message larger than 2GB returned an error instead of attempting to load it into memory.
  • Attempting to import an empty file as a MIME message will return an error instead of returning a success status and doing nothing.
  • Changed how the HTTP protocol version is validated to ensure invalid versions will result in an error condition rather than be silently ignored.
  • Changed TLS negotiation to never use deprecated protocol versions unless the client explicitly specifies the fallback option.
  • Changed how the SFTP client checks remote file permissions and is less restrictive for servers not based on OpenSSH.
  • Minor corrections to the HTML Help and PDF documentation.