The origin of the sgcIndy Package started when several sgcWebSockets users were concerned about the lack of support of the latest openSSL libraries by the Indy Library (which officially only supports the deprecated 1.0.2 version), initially only the sgcWebSockets library implemented the new openSSL versions, but lots of users are still using the Indy components in production (FTP, SMTP servers...) and I got several requests to implement these features to override the security problems using the deprecated 1.0.2 openSSL libraries. sgcIndy Package tries to fix these problems providing access to the latest OpenSSL 1.1.1 & 3.0.0 libraries and adding support for other features like ALPN and more.
Supports latest OpenSSL libraries 1.1.1 & 3.0.0. Widest compatibility via support for modern TLS 1.3 and secure your messages using latest OpenSSL version.
Just set global variable called OPENSSL_API_VERSION located in IdSSLOpenSSLHeaders to opSSL_1_1.
OPENSSL_API_VERSION := opSSL_1_1;
Just set global variable called OPENSSL_API_VERSION located in IdSSLOpenSSLHeaders to opSSL_3_0.
OPENSSL_API_VERSION := opSSL_3_0;
Application-Layer Protocol Negotiation. The ever-growing in popularity HTTP/2 protocol, makes use of ALPN to further decrease website load times and encrypt connections faster.
Already compiled sgcInternet packages (source not included) without any limitation. Compiled for all Rad Studio versions and personalities (win32, win64, Android, iOS and Mac OSX).
Always updated with the latest Indy Official version that comes with Rad Studio.