Chilkat v11.5.0 Release Notes

Pinned June 2, 2026

  ✨ New Features HttpCurl A new Chilkat class has been added: HttpCurl The Chilkat.HttpCurl class executes curl commands and can automatically resolve dependent values needed by a request. Variables such as {{access_token}}, {{site_id}}, or {{drive_id}} may appear in URLs, headers, query parameters, or request bodies. If a variable is not yet known, HttpCurl builds […]

Chilkat v11.4.0 Release Notes

Pinned April 1, 2026

  ✨ New Features Js A new Chilkat class has been added: Js is a minimal, standards-compliant JavaScript engine designed to embed JavaScript inside applications with very small footprint and fast startup. It executes JavaScript code inside an application without requiring a browser or large runtime. See About the Chilkat.Js JavaScript Engine Ai Provider — […]

v9.5.0.44 Micro Update: New Features, Fixes, Changes, etc.

October 1, 2014 in Uncategorized

New freeware class: Chilkat.Log / CkLog / CkoLog. This provides some logging capabilities similar to what is found in Chilkat’s LastErrorText property. New bundle-only commercial class: JavaKeyStore. See the (soon-to-appear) online reference and examples. See https://cknotes.com/chilkat-licensing-changes/. Existing customers that have purchased a Bundle license within the last year, or who are currently under support for […]

v9.5.0.43 Micro Update: Bug Fixes

July 31, 2014 in Uncategorized

Fixed crash bug in MailMan relating to sending PKCS7 encrypted email. Fixed bug in the PrivateKey.SavePkcs8EncryptedFile method. Fixed a HMAC SHA384 bug. Minor MHT change: Methods that produce MHT (as opposed to EML) will omit the Date header field from the MIME that is produced.

v9.5.0.41 Micro Update: Bug Fixes and Improvements

July 14, 2014 in Uncategorized

This new version includes the following updates and fixes: A bug introduced in v9.5.0.40 in the Socket.AcceptNextConnection method (for SSL/TLS) has been fixed. The bug caused the server certificates to not be sent during the SSL handshake. Internal FTP workarounds to automatically compensate for NonStop Tandem FTP server oddities. Fixes relating to the use of […]

v9.5.0.40 Micro Update: New Chilkat Classes/Objects: CertChain, XmlCertVault, Pfx

June 10, 2014 in Uncategorized

This new version includes the following updates/fixes: Fix relating to DSA signature verification internal to PKCS7. SFTP: The PreserveDate property now affects both uploads and downloads. Starting in v9.5.0.40, the UploadFileByName method will preserve the last-mod date/time for the file that is uploaded. Note: The SyncTreeUpload/Download methods already preserve the last-mod date/times regardless of the […]

v9.5.0.39 Micro Update: OAUTH RSA-SHA1 Signature Method Added

May 8, 2014 in Uncategorized

Added the ability to use the RSA-SHA1 signature method for OAUTH (v1) authentication. The allowable values for the Http.OAuthSigMethod property are now “HMAC-SHA1” and “RSA-SHA1”. If RSA-SHA1 is chosen, then the newly added Http.SetOAuthRsaKey should be called to provide the RSA private key.

v9.5.0.38 Micro Update: TrustedRoots Object/Class Added, and other various fixes

May 6, 2014 in Uncategorized

This new version includes the following updates/fixes: Added the TrustedRoots class to allow for programss to globally specify a specific set of trusted root CA certificates for PKCS7 certificate signature verification and for SSL/TLS server certificate trust. Added the RequireSslCertVerify property to Http, IMAP, Socket, and MHT. Added the CrcFile and CrcBytes methods to the […]