We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
进入openssl代码看看了,文件ec_pmeth.c中pkey_ec_ctrl函数没有这个条件EVP_sm3,如下图
@yanshichao0226
The text was updated successfully, but these errors were encountered:
使用pkey签名前,调用EVP_PKEY_set_alias_type(pkey, NID_sm2)做下处理。后续签名会走SM2 pkey_meth的调用逻辑,不是EC pkey_meth的。 原生openssl支持SM2签名也是这个调用逻辑,这里保持了一致
Sorry, something went wrong.
@yanshichao0226 OK
No branches or pull requests
进入openssl代码看看了,文件ec_pmeth.c中pkey_ec_ctrl函数没有这个条件EVP_sm3,如下图
@yanshichao0226
The text was updated successfully, but these errors were encountered: