Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
e67d5ee9
Commit
e67d5ee9
authored
Apr 05, 2016
by
johan
Browse files
Fix ZRTP configuration when based on SRTP profile
parent
a2ba8b72
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/linphonecall.c
View file @
e67d5ee9
...
...
@@ -3403,7 +3403,7 @@ static void setZrtpCryptoTypesParameters(MSZrtpParams *params, LinphoneCore *lc)
break
;
case
MS_AES_256_SHA1_32
:
params
->
ciphers
[
params
->
ciphersCount
++
]
=
MS_ZRTP_CIPHER_AES3
;
params
->
authTags
[
params
->
authTagsCount
++
]
=
MS_ZRTP_AUTHTAG_HS
80
;
params
->
authTags
[
params
->
authTagsCount
++
]
=
MS_ZRTP_AUTHTAG_HS
32
;
break
;
case
MS_CRYPTO_SUITE_INVALID
:
break
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment