Update to TIdHMACSHA1
The IdFIPS unit declares function pointers that allow Indy to interface with external hashing libraries, such as OpenSSL. The TIdHashSHA1 class uses […]
The IdFIPS unit declares function pointers that allow Indy to interface with external hashing libraries, such as OpenSSL. The TIdHashSHA1 class uses […]
A user recently needed to query a DNS server for DNAME records, but found that TIdDNSResolver did not parse DNAME answers at […]
For a long time, TIdMessage would generate a “Message-ID” header if its MsgId property was not blank, but only when saving an […]
When TIdHTTP is using BASIC authentication with an HTTP server or HTTP proxy, it now supports the “charset” attribute defined in RFC […]
The TIdIOHandler.ReadStream() method now allows its AStream parameter to be set to nil. When nil, any received data that would have been […]
Client-side support for the TLS SNI extension has been added to TIdSSLIOHandlerSocketOpenSSL. When TIdSSLIOHandlerSocketOpenSSL is making an outbound TLS connection, it now […]
Some additional support for Gmail IMAP extensions has been added to TIdIMAP4. Previously, the TIdIMAP4FetchDataItem enum was updated in preparation for allowing […]
Three new flag have been added to the TIdHTTP.HTTPOptions property: hoNoParseXmlCharset: when receiving an XML response with an “application/…” Content-Type, the TIdHTTP.Response.Charset […]
A user reported a problem where Indy was not able to load OpenSSL on Ubuntu Server 15.04. The reason turned out to […]
The TIdMessage.LoadFrom…() methods only work reliably with EML files/streams that were created using one of the TIdMessage.SaveTo…() methods. The reason for this […]