提交 a9f2330f 编写于 作者: U Ulf Möller

Skip a curve with generator of non-prime order.

Submitted by: Nils Larsch
上级 ce38bb1a
......@@ -331,6 +331,8 @@ int test_builtin(BIO *out)
unsigned char dirt, offset;
nid = curves[n].nid;
if (nid == NID_ipsec4)
continue;
/* create new ecdsa key (== EC_KEY) */
if ((eckey = EC_KEY_new()) == NULL)
goto builtin_err;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册