提交 eaf68bd7 编写于 作者: O openharmony_ci 提交者: Gitee

!5 Openssl CVE-2021-3449 漏洞bugfix

Merge pull request !5 from HJ/master
......@@ -1136,6 +1136,7 @@ static int init_sig_algs(SSL *s, unsigned int context)
/* Clear any signature algorithms extension received */
OPENSSL_free(s->s3->tmp.peer_sigalgs);
s->s3->tmp.peer_sigalgs = NULL;
s->s3->tmp.peer_sigalgslen = 0;
return 1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册