Indy icon indicating copy to clipboard operation
Indy copied to clipboard

Indy - Internet Direct

Results 135 Indy issues
Sort by recently updated
recently updated
newest added

Not all FTP servers are configured correctly. When a client performs a Passive transfer, the server may respond with an IP address that the client cannot reach (ie, a private...

Type: Enhancement
Element: FTP
Status: Review Needed

Hi, Open SSL API (Version 1.1 and more) functions evolve and : - OpenSSL_add_all_ciphers ; - OpenSSL_add_all_digests ; **are deprecated !**. They was replace by OPENSSL_init_crypto. There's another API functions...

Element: SSL/TLS
Status: Pending
Status: Review Needed

When handling bytestring conversions, Indy currently relies on external libraries to handle charsets other than ASCII and UTFs. On Windows, the Win32 `MultiByteToWideChar()` and `WideCharToMultiByte` functions are used. On POSIX...

Type: Enhancement
Element: Text Encodings
Status: Deferred

When an `SSLIOHandler` is assigned to a `TIdCustomTCPServer`-derived server, the server needs to know which `Bindings` port(s) require an implicit SSL/TLS handshake to be performed immediately upon a client connecting...

Type: Enhancement
Element: SSL/TLS
Element: I/O Handlers
Element: TCP
Status: Deferred

Provide DKIM support in TIdSMTP

Type: Enhancement
Element: SMTP
Status: Deferred

`TIdTCPServer` has `StartListening()` and `StopListening()` methods, which allows users to start/stop TCP listening without fully (de)activating the server. This is useful if the user wants to add/modify listening ports without...

Type: Enhancement
Element: UDP
Status: Deferred

See https://tools.ietf.org/html/rfc7413. TCP Fast Open requires OS support, and both client and server must enable TFO on all listening/connecting sockets involved. Windows: - TFO is supported in Windows 10 v1607...

Type: Enhancement
Element: TCP
Status: Review Needed

Enhance TIdDNSResolver to allow DNS query over TCP, HTTPS and TLS.

Type: Enhancement
Element: DNS
Status: Deferred

Add support for calling user-defined methods during TLS Client Hello negotiation, so that Encrypted SNI can be supported.

Type: Enhancement
Element: SSL/TLS
Status: Review Needed

From https://www.atozed.com/forums/showthread.php?tid=855&pid=2489#pid2489: > In conjunction with this, i have a feature request: Since it is very hard to dive into the deep of TLS processing (for non Remy's ^^), it...

Type: Enhancement
Element: SSL/TLS
Element: I/O Handlers
Status: Deferred