procedure Renegotiate;
Description
Call the Renegotiate method to request the TLS/SSL client to renegotiate session. This is necessary to improve safety. To avoid rejecting the server, the TTLSRenegotiationIndicationExtension instance should be added to the TScSSLClient.ClientHelloExtensions list before the connection establishing. This extension can be added automatically on switching the SecurityOptions.UseSecureRenegotiation property to True.
See Also
TTLSRenegotiationIndicationExtension
TScSSLSecurityOptions.UseSecureRenegotiation