Chilkat v9.5.0.89 Release Notes

The previous version release notes: Chilkat v9.5.0.88 Release Notes

Chilkat v9.5.0.89 Release Notes

  • Http: Integrated Amazon Pay authentication into the Chilkat HTTP API to eliminate the need for the application developer to directly implement the computations for canonical request and signature.
  • Http: Integrated Duo Security Multi-Factor Authentication (MFA) into the Chilkat HTTP API to eliminate the need for the application developer to directly implement the computations for canonicalization and HMAC-SHA1 signature.
  • Csv: When the Delimiter property is updated, the old delimiter will be replaced with the new delimiter in all rows of the CSV.  The provides the ability to convert a CSV to use a different delimiter, such as converting from comma to semicolon.
  • Csv: Added the InsertColumn method.
  • Http: Validating the server certificate chain will now ignore the “notAfter” expire date for trust anchors.  See https://cknotes.com/lets-encrypt-dst-root-ca-x3-expiration-september-2021/
  • Cert: Added the GetExtensionAsText method. 
  • Imap: Fixed a problem with certain mailbox names containing a mixure of “&” and non-us-ascii chars (Chinese chars).
  • Cert.LoadFromSmartcard:  Fixed a problem with loading AKD eID Cards, which are the government official eID cards for the Republic of Croatia.
  • S/MIME: Fixed a problem with decrypting messages that used AES-GCM with a certificate having a non-exportable private key (such that Microsoft CNG is needed internally).
  • TLS: Fixed problems when ECDSA certs are used for 2-way SSL (i.e. TLS client authentication).
  • HttpResponse: Added the methods GetBodyJson, GetBodyJarr, and GetBodyXml.  Also added the UncommonOptions property.
  • Ftp2: Fixed problem with downloading empty files from the Wasabi FTP server.
  • StringBuilder: The GetRange method ignored the last argument which is to tell whether to remove from the StringBuilder the range that is returned.  The range was always removed regardless of the value of the last arg.  This was fixed.
  • SshKey: Now supports the PPK3 file format.