Support setting TLS cipher suites in mod_sofia

This adds a parameter tls-ciphers in which we can specify the TLS
cipher suite specification for OpenSSL.
This commit is contained in:
Travis Cross
2014-02-06 03:13:13 +00:00
parent c0101e2ce6
commit 57abca11a8
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -587,6 +587,7 @@ struct sofia_profile {
switch_port_t sip_port;
switch_port_t extsipport;
switch_port_t tls_sip_port;
char *tls_ciphers;
int tls_version;
unsigned int tls_timeout;
char *inbound_codec_string;