Chilkat v11.6.0 / v11.6.1 Release Notes
See Release Notes for Versions 11.6.0 and 11.6.1
See Release Notes for Versions 11.6.0 and 11.6.1
✨ 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 […]
✨ 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 — […]
The internal Chilkat SSL/TLS implementation now supports the TLS_DHE_RSA_WITH_AES_256_CBC_SHA and TLS_DHE_RSA_WITH_AES_128_CBC_SHA cipher suites. These allow for perfect forward secrecy. Note: This is implemented on the client-side for all protocols using SSL/TLS. The SSL/TLS client provides the server with a list of algorithms it supports, and it is the server that decides which is to be […]
A security-related bug was fixed in FTP2. If the KeepSessionLog property was turned on, the password used for authentication was logged to the in-memory SessionLog property. The fix is to instead log “****” in place of the password.
For HTTP requests that have KeepAlive indicated in the response header, the internal connection is not closed so that a subsequent request may continue using the existing connection. However, when the client application aborts in the middle of receiving the response, the connection must be closed to avoid being left in an invalid state (where […]
Added the Cert.ExportToPfxData method to export to an in-memory image of a PFX file.
Added the mailman.P7mEncryptAttachFilname, P7mSigAttachFilename, P7sSigAttachFilename properties. These properties may be used to set the attachment filenames for signed/encrypted email to something different than the default “smime.p7m” or “smime.p7s”.
Fixed the AbortCheck and PercentDone events for the Single-DLL ActiveX. These events did not fire. This was a problem that only affected the Single-DLL ActiveX.
Added the Email.SetEdifactBody method to make it easier to create EDIFACT emails.
Added support for the hmac-sha2-512,hmac-sha2-256,hmac-ripemd160 algorithms to SSH/SFTP internal transport.
Added the IdleStart, IdleDone, and IdleCheck methods to the IMAP API. See the online reference documentation for details.
Added the following properties to the C/C++ CkString class to get the count of chars in particular Unicode blocks/planes: get_NumArabic get_NumAscii get_NumCentralEuro get_NumChinese get_NumCyrillic get_NumGreek get_NumHebrew get_NumJapanese get_NumKorean get_NumLatin get_NumThai