AbstractTlsClient
Base class for a TLS client.
protected virtual void CheckForUnexpectedServerExtension(IDictionary<int, byte[]> serverExtensions, int extensionType)
The default GetClientExtensions implementation calls this to determine which named
groups to include in the supported_groups extension for the ClientHello.
public virtual void ProcessServerSupplementalData(IList<SupplementalDataEntry> serverSupplementalData)