Skip to content
New issue

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

Support for masking a specific algorithm #160

Open
jjjighg opened this issue Jun 6, 2023 · 1 comment
Open

Support for masking a specific algorithm #160

jjjighg opened this issue Jun 6, 2023 · 1 comment

Comments

@jjjighg
Copy link

jjjighg commented Jun 6, 2023

I am currently using GmSSL-v2+ uadk_engine and I have some errors while compiling the uadk_engine with the following error message

uadk_pkey.c:35:2: error: 'EVP_PKEY_X448' undeclared here (not in a function); did you mean 'EVP_PKEY_sign'?

GmSSL-v2 does not currently support x448 algorithm, so I hope that a certain algorithm can be masked through configuration in the uadk_engine, so can uadk_engine support masking of a certain algorithm?

@gaozhangfei
Copy link
Collaborator

could you send a patch? using #ifdef just like --enable-kae?
not familiar about GmSSL-v2+, and setup readme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants