What is the difference between OSSL_STORE_INFO_get0_PARAMS() and OSSL_STORE_INFO_get0_PKEY()?
Graham Leggett
minfrin at sharp.fm
Sat Dec 23 13:57:47 UTC 2023
Hi all,
Both OSSL_STORE_INFO_get0_PARAMS() and OSSL_STORE_INFO_get0_PKEY() return the same type - EVP_PKEY.
When adding params to an SSL_CTX, the type used is X509_VERIFY_PARAM.
I am confused - what exactly is returned by OSSL_STORE_INFO_get0_PARAMS(), and how do you add this to SSL_CTX?
Regards,
Graham
—
More information about the openssl-users
mailing list