]> jfr.im git - solanum.git/blobdiff - src/newconf.c
ssl: allow cipher list to be overridden (closes #67)
[solanum.git] / src / newconf.c
index 47cf6a23e7806ba14b4dd02a8e353d71ba5d2efa..a3e12272037551dfbdc759100ea6d9133a8ea03d 100644 (file)
@@ -2252,6 +2252,7 @@ static struct ConfEntry conf_serverinfo_table[] =
        { "ssl_ca_cert",        CF_QSTRING, NULL, 0, &ServerInfo.ssl_ca_cert },
        { "ssl_cert",           CF_QSTRING, NULL, 0, &ServerInfo.ssl_cert },
        { "ssl_dh_params",      CF_QSTRING, NULL, 0, &ServerInfo.ssl_dh_params },
+       { "ssl_cipher_list",    CF_QSTRING, NULL, 0, &ServerInfo.ssl_cipher_list },
        { "ssld_count",         CF_INT,     NULL, 0, &ServerInfo.ssld_count },
 
        { "default_max_clients",CF_INT,     NULL, 0, &ServerInfo.default_max_clients },