qat_prf_pmeth
Open
- 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
Assessment
This issue has not been assessed yet.