Delphi
TaurusTLS v1.0.0.10 beta10
TaurusTLS provides OpenSSL 1.1.1 and 3.x support for Indy - Internet Direct. It includes headers plus two components for Delphi and C++Builder. Those components are:
TTaurusTLSIOHandlerSocket - Enables TLS in a TIdTCPClientCustom descendant.
...
Description
TaurusTLS provides OpenSSL 1.1.1 and 3.x support for Indy - Internet Direct. It includes headers plus two components for Delphi and C++Builder. Those components are:
TTaurusTLSIOHandlerSocket - Enables TLS in a TIdTCPClientCustom descendant.
TTaurusTLSServerIOHandler - Enables TLS in a TIdCustomTCPServer descendant.
RAD Studio Installation
For Indy Included with Delphi
Open TaurusAll.groupproj in the TaurusTLSPackages12AndAboveDelphi folder.
Compile TaurusTLS_RT.
Compile TaurusTLS_DT and install it in the IDE.
You may install TaurusTLS into the 64-bit Integrated Development Environment (IDE) using the same procedure.
For Indy that was Upgraded from the Website
Set the INDY_PATH environment variable for your user account to the location where Indy is located.
Open TaurusForIndy290All.groupproj in the TaurusTLSPackages12AndAboveDelphi folder.
Compile TaurusTLS_RTForIndy290.
Compile TaurusTLS_DTForIndy290 and install it in the IDE.
You may install TaurusTLS into the 64-bit Integrated Development Environment (IDE) using the same procedure.
Lazarus Installation
Open taurustlsldsgn.lpk from the TaurusTLS/Packages/Lazarus.
From "Required Packages", open "TaurusTLSRT" and compile it.
Then compile the main package itself and install it in the IDE.