property ClientHelloExtensions: TTLSHelloExtensions;

 

Description

Holds a collection of TTLSHelloExtension objects. Use ClientHelloExtensions[Index] to obtain a pointer to a specific extension. The Index parameter indicates the index of an extension. The index of the first extension is 0.

ClientHelloExtensions is set automatically after the session has been negotiated. The client sends the extension list to the server during the TLS/SSL handshake when starting a new session or requesting session resumption.

TLS extensions allow extending the information about the client and server certificates, encryption capabilities, signature algorithms, etc.

The list of extensions received from the client during a handshake can be verified using the AfterClientHello event.

This property is read-only.

 

See Also

AfterClientHello

ServerHelloExtensions

TTLSHelloExtension

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support