Commit 9ffa5c21 by ziyue

恢复检查dtls证书

parent 6a95562d
...@@ -1180,13 +1180,8 @@ namespace RTC ...@@ -1180,13 +1180,8 @@ namespace RTC
"fingerprint in the remote certificate (%s) does not match the announced one (%s)", "fingerprint in the remote certificate (%s) does not match the announced one (%s)",
hexFingerprint, hexFingerprint,
this->remoteFingerprint.value.c_str()); this->remoteFingerprint.value.c_str());
//todo 先屏蔽检查客户端签名
#if 0
X509_free(certificate); X509_free(certificate);
return false; return false;
#endif
} }
MS_DEBUG_TAG(dtls, "valid remote fingerprint"); MS_DEBUG_TAG(dtls, "valid remote fingerprint");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论