mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 14:18:07 +00:00
Enable AES256 for SRTP after ZRTP negociation but keep AES128 as default
- setting in sip section srtp_crypto_suite in the configuration file + update ms
This commit is contained in:
parent
e2dbfd5477
commit
2825585beb
2 changed files with 2 additions and 2 deletions
|
|
@ -1533,7 +1533,7 @@ void linphone_core_set_tone(LinphoneCore *lc, LinphoneToneID id, const char *aud
|
|||
}
|
||||
|
||||
const MSCryptoSuite * linphone_core_get_srtp_crypto_suites(LinphoneCore *lc){
|
||||
const char *config=lp_config_get_string(lc->config,"sip","srtp_crypto_suites","AES_CM_128_HMAC_SHA1_80, AES_CM_128_HMAC_SHA1_32");
|
||||
const char *config=lp_config_get_string(lc->config,"sip","srtp_crypto_suites","AES_CM_128_HMAC_SHA1_80, AES_CM_128_HMAC_SHA1_32, AES_CM_256_HMAC_SHA1_80, AES_CM_256_HMAC_SHA1_32");
|
||||
char *tmp=ms_strdup(config);
|
||||
char *sep;
|
||||
char *pos;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 3389c9cc5f6b0c78ca237cc1ca84bc4e01e24a47
|
||||
Subproject commit a8c195828c3a225e01e154fdbbf08636b1e28be8
|
||||
Loading…
Add table
Reference in a new issue