Indy icon indicating copy to clipboard operation
Indy copied to clipboard

Indy - Internet Direct

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

Hi, I have been converting a small project to work in Linux environment. The issue is loading SSL libraries. Last error says that it fails to load "libcrypto.so" any thoughts/suggestion?...

Type: Question
Element: SSL/TLS
Status: Reported
Element: Operating System

Fix for #208 - If Initial-Response is not supported, the server might fail to handle the request completely or the server might ask for the username, because the server does...

Type: Bug
Element: SASL
Element: SMTP

This pull request includes work performed by @mezen in developing a version of Indy supporting OpenSSL 1.1.1. This version is intended to overcome two criticisms of @mezen's update: The first...

Type: Enhancement
Element: SSL/TLS
Element: I/O Handlers
Status: Review Needed

Support loading OpenSSL certificate/key data from user-defined storage, not just from files. Allow certificates to be loaded from `TIdBytes` or `TStream`. Or, maybe fire a new event providing the `PSSL_CTX`...

Type: Enhancement
Element: SSL/TLS
Status: Deferred

`TIdDICT`, `TIdIMAP4`, `TIdPOP3` and `TIdSMTP` implement SASL authentication. It is currently unknown how the following issue affects `TIdDICT`, if at all. `TIdIMAP4` uses SASL's Initial-Response only if the server advertises...

Type: Bug
Element: SASL
Element: SMTP
Status: Review Needed

Windows `time_t` differs from Unix `time_t`: the Windows version is not bit depending and always 64. In C and only on 32 bit you can use a macro to switch...

Element: Compiler/IDE
Status: Review Needed
Type: Maintenance
Element: Operating System

I wanna get these changes from sasl-oauth into my installation which is based on master.

Type: Enhancement
Element: SASL

Several units depend directly on the `IdSSLOpenSSLHeaders` and `IdSSLOpenSSL` units, namely: `IdAuthenticationNTLM.pas` `IdDsnRegister.pas` `IdNTLM.pas` `IdNTLMv2.pas` `IdRegister.pas` This means that when new SSLIOHandlers are used, such as the one being worked...

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

Complete new io handler which supports OpenSSL 1.1.1. The existing io handler for OpenSSL 1.0.2 is untouched and should still work. Only IdCTypes.pas and IdGlobal.pas are modified (the last files...

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

First reqest is done via IPv6, but when the server response with 301, the RedirectUrl ist not called with the same IP-Protocol-Version. Can be fixed via: ``` if Request.IPVersion=Id_IPv6 then...

Type: Bug
Element: HTTP
Status: Review Needed