Clever Internet Suite for Delphi, C++Builder のリリース

Released: Feb 4, 2019

V9.3 での更新項目

機能

  • Full RAD Studio 10.3 Rio support.
  • Added SOAP XOP messages support.
  • Added MIME Parameter Continuation and Header Encoding Extensions.
  • Rmoved IsIpV6Preferred global variable.
  • New UseIpV6 property introduced to all protocol components: HTTP, FTP, SMTP, IMAP, and etc.
  • Added new NonPersistentStream class. In addition to NullStream, this new class provides both the Seek and SetSize methods.
  • The CSP property was renamed to SecurityPackage in the protocol components: HTTP, FTP, SMTP, etc.
  • The Clever...

Released: Oct 11, 2018

V9.2 での更新項目

機能

  • Full RAD Studio 10.2.3 Tokyo support.
  • SFTP - New strong cryptographic algorithms were added.
  • Get ready for TLS 1.3. The components will use the new protocol when TLS 1.3 is released.
  • Added the ability to provide root certificate for SSL/TLS connections.
  • Added an option to use only strong cryptographic algorithms.
  • International domain names (IDN) support was added to the URL parser.
  • CertificateStore - Added the ability to load the certificate chain for a given certificate.
  • Added the HTTP PATCH...

Released: Nov 28, 2017

V9.1 での更新項目

機能

  • Full RAD Studio 10.2 and 10.2.1 Tokyo support.
  • MailMessage - RFC 5987 support added, file names in UTF-8 format implemented.
  • New CryptEncoder component - provides methods for data encoding and decoding in PEM and SSH2 cryptographic formats.
  • SFTP client - public key authorization was implemented, the following new algorithms were added:
    • diffie-hellman-group-exchange-sha256 and diffie-hellman-group14-sha1 for key exchange functionality.
    • rsa-sha2-256 - server host key algorithm; aes256-ctr...

Released: Sep 12, 2017

V9.0 での更新項目

機能

  • Full RAD Studio 10.2 and 10.2.1 Tokyo support.
  • New CryptEncoder component provides methods for data encoding and decoding in PEM and SSH2 cryptographic formats.
  • SFTP client - Public key authorization was implemented, the following new algorithms were added:
    • diffie-hellman-group-exchange-sha256 and diffie-hellman-group14-sha1 for key exchange functionality;
    • rsa-sha2-256 - server host key algorithm; aes256-ctr, aes192-ctr, aes128-ctr, aes256-cbc, aes192-cbc ,aes128-cbc - data encryption...

Released: Nov 25, 2016

V8.4 での更新項目

機能

  • CookieManager - Session cookies with long names were extracted incorrectly. This has been fixed.
  • Socket and cryptography initialization was fixed for multithreaded applications;
  • MailMessage - Parsing of malformed header fields with lists was fixed.
  • Minor fixes and improvements.

Released: May 27, 2016

V8.3 での更新項目

機能

  • RAD Studio 10.1 Berlin support.
  • The components can now be used by the RAD Studio form designer in 64-bit projects.
  • FTP with Unicode support - UTF8 and custom encoding, autodetection mode.
  • OAUTH - Save/load authorization tokens.
  • New DKIM Component - Detects email spoofing by providing a mechanism to allow receiving mail exchangers to check that incoming mail from a domain is authorized by that domain's administrators.

Released: Sep 18, 2015

Updates in this release

Updates in V8.1

  • RAD Studio 10 Seattle support.
  • OAUTH authorization added to SMTP, IMAP and HTTP components.
  • SOAP Encryption implemented.
  • Added JSON support.
  • New Components
    • Encryptor - Allows you to encrypt, decrypt, sign and verify data with X509 digital certificates.
    • HttpRIO - New HTTP RIO component with SOAP security support.
    • OAuth - Authorize a client with XOAUTH2 protocol.
    • ProgressBar - Displays progress information for any process.
    • ProgressBarDC - Displays progress information for file...

Released: May 14, 2015

Updates in this release

Updates in V8.0

  • Encryptor - Allows you to encrypt, decrypt, sign and verify data with X509 digital certificates.
  • HttpRIO - New HTTP RIO component with SOAP Security support.
  • OAuth - Authorizes a client with XOAUTH2 protocol and provides an authorization string used for future requests.
  • ProgressBar - Displays progress bar information for any process.
  • SFTP - Uploading and Downloading files, as well as managing files and directories via the SSH File Transfer Protocol.
  • Simple HTTP Server...

Released: Jun 20, 2013

Updates in this release

Updates in V7.8

  • RAD Studio XE4 support including Delphi/C++Builder 32-bit and 64-bit.
  • HtmlParser support implemented for Mac OSX.
  • Apache XML security support improved.
  • 64-bit binaries included.
  • Runtime packages for Delphi XE2, XE3 and XE4.

Released: May 2, 2013

Updates in this release

Updates in V7.7

  • Async Client - An asynchronous TCP client component.
  • Bounce Checker - Scans any POP3 mailbox for bounced messages.
  • Custom Client - Allows you to implement a custom TCP/UDP client, send commands, receive responses in both SSL-encrypted and non-encrypted modes.
  • Custom Server - A component for implementing custom TCP/UDP server functionality. This component can be used together with Custom TCP/UDP Client component.
  • DNS Server - Implements a server for the DNS (Domain Name Server...