Way to do TLS v1.3 Parameter Configuration

I need to programmatically configure TLSv1.3 control parameters like

  • cipher suites,
  • Named Groups
  • Signature Scheme

I can see in the apple development documentation, there is a option to configure cipher suites but no way to configure Named Groups and Signature Scheme.

Does anyone know a way to configure "Named Groups" & "Signature Schemes" also ?

or

If it is not possible in iOS then also Do we have anywhere written in documentation (evidence) ?

Way to do TLS v1.3 Parameter Configuration
 
 
Q