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 —