提交 23a9808c 编写于 作者: D Dr. Stephen Henson

Add Ctrl keyword to KDF test in evp_test

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 4e8cb45c
......@@ -1812,7 +1812,8 @@ static int kdf_test_parse(struct evp_test *t,
return kdf_ctrl(kdata->ctx, EVP_PKEY_CTRL_TLS_SECRET, value);
} else if (strncmp("Seed", keyword, 4) == 0) {
return kdf_ctrl(kdata->ctx, EVP_PKEY_CTRL_TLS_SEED, value);
}
} else if (strncmp(keyword, "Ctrl", 4) == 0)
return pkey_test_ctrl(kdata->ctx, value);
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册