intel / intel/QAT_Engine

qat_prf_pmeth

Open
#240 9 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
443
Forks
137
PR merge metrics
No merged PRs in 30d

Description

Is there a way to use qat_prf_pmeth in openssl3.0 (engine 0.6.17),
I see this in the code:
# ifndef QAT_OPENSSL_3
if (!ENGINE_set_pkey_meths(e, qat_pkey_methods)) {
WARN("ENGINE_set_pkey_meths failed\n");
goto end;
}
# endif

I tried to use EVP_PKEY_meth_add0(qat_prf_pmeth) but this is not working.

Thanks
Shai

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.