Unit
ScSSLExtensions
Description
The TTLSEllipticCurvePointFormatsExtension class represents the supported Elliptic Curve point formats extension that allows a TLS client to enumerate the point formats it can parse.
This extension allows negotiating the use of specific point formats (e.g., compressed vs. uncompressed, respectively) during a handshake starting a new TLS session.
This extension is described in RFC 4492, section 5.1.2.
See Also