procedure Add(const ECurve: TScECName); overload;
procedure Add(const FFGType: TScFiniteFieldGroupType); overload;
procedure Add(const KExNamedGroup: TScKExNamedGroupType); overload;
Description
Call Add to insert a named group, which the client supports for key exchange at the end of the list. Add increments Count and, if necessary, allocates the memory.
In versions of TLS prior to TLS 1.3, this extension was named "elliptic_curves" and contained only elliptic curve groups. TLS 1.3 allows using Elliptic Curve groups and Finite Field groups.
See Also