提交 3d33556f authored 作者: Brian's avatar Brian

FS-7573 #resolve fix 80bit tag support

上级 2e47abc9
...@@ -800,6 +800,7 @@ void zrtp_profile_defaults(zrtp_profile_t* profile, zrtp_global_t* zrtp) ...@@ -800,6 +800,7 @@ void zrtp_profile_defaults(zrtp_profile_t* profile, zrtp_global_t* zrtp)
profile->cipher_types[0] = ZRTP_CIPHER_AES256; profile->cipher_types[0] = ZRTP_CIPHER_AES256;
profile->cipher_types[1] = ZRTP_CIPHER_AES128; profile->cipher_types[1] = ZRTP_CIPHER_AES128;
profile->auth_tag_lens[0] = ZRTP_ATL_HS32; profile->auth_tag_lens[0] = ZRTP_ATL_HS32;
profile->auth_tag_lens[1] = ZRTP_ATL_HS80;
profile->hash_schemes[0] = ZRTP_HASH_SHA256; profile->hash_schemes[0] = ZRTP_HASH_SHA256;
if (zrtp && (ZRTP_LICENSE_MODE_PASSIVE == zrtp->lic_mode)) { if (zrtp && (ZRTP_LICENSE_MODE_PASSIVE == zrtp->lic_mode)) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论