From 9ffa5c2135f593912c25009f166c62b5eae76f9a Mon Sep 17 00:00:00 2001 From: ziyue <1213642868@qq.com> Date: Thu, 1 Apr 2021 14:07:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E6=A3=80=E6=9F=A5dtls?= =?UTF-8?q?=E8=AF=81=E4=B9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webrtc/DtlsTransport.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/webrtc/DtlsTransport.cpp b/webrtc/DtlsTransport.cpp index 950f9620..f627fd29 100644 --- a/webrtc/DtlsTransport.cpp +++ b/webrtc/DtlsTransport.cpp @@ -1180,13 +1180,8 @@ namespace RTC "fingerprint in the remote certificate (%s) does not match the announced one (%s)", hexFingerprint, this->remoteFingerprint.value.c_str()); - - //todo 先屏蔽检查客户端签名 -#if 0 X509_free(certificate); - return false; -#endif } MS_DEBUG_TAG(dtls, "valid remote fingerprint");