Robert Gilland 5 Posted February 29 I cannot understate the necessity to handle TLS1.3! Share this post Link to post
DelphiUdIT 176 Posted February 29 4 hours ago, Robert Gilland said: I cannot understate the necessity to handle TLS1.3! It is not strictly related to the use of TLS 1.3 but rather to the use of the new SSLs (we are now at 3.x), given that the old ones (which Indy still uses) have been deprecated and therefore could represent a security risk. It must be said that with the PR version of the Indy repository which supports OpenSSL 1.1.1, you can also use OpenSSL 3.1.x not for all the functions but for a good part (which is the one that interests the SSL functionality of a WEB server for example). Actually I have a WEB server with Indy and SSL 3.1.4 on Windows. Share this post Link to post