mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user