TlsContext.setCipherSuiteStrings

void setCipherSuiteStrings(const(string)[] cipherSuites)

Sets the list of allowed cipher suites using string names.

Use this for cipher suites not covered by the TlsCipherSuite enum.

Parameters

cipherSuitesArray of cipher suite names (e.g., "TLS_AES_256_GCM_SHA384").