|
fmt("AppleTLS: Enabled suite %s", suiteToString(suite).c_str()));
|
|
fmt("AppleTLS: Enabled suite %s", suiteToString(suite).c_str()));
|
|
if (SSLSetEnabledCiphers(sslCtx_, &enabled[0], enabled.size()) != noErr) {
|
|
if (SSLSetEnabledCiphers(sslCtx_, &enabled[0], enabled.size()) != noErr) {
|