IndySockets / IndyTLS-OpenSSL

Indy TLS package using OpenSSL
29 stars 4 forks source link

openssl 3 #6

Open esegece-com opened 2 months ago

esegece-com commented 2 months ago

Update the OpenSSL IOHandler to support the OpenSSL 3 libraries. Changes done:

IdSSLOpenSSL.pas: added the TLS version tls1_3. Removed some unused functions while loading the openssl libraries. IdSSLOpenSSLHeaders & IdSSLOpenSSLHeaders_static: added new functions for openssl 3, remove some unused functions and rename others.

esegece-com commented 2 months ago

Previous pull request was merged by error, I submit a new pull request for openssl 3.