Searched refs:ctxError (Results 1 – 1 of 1) sorted by relevance
229 int ctxError = X509_STORE_CTX_get_error(cts);230 if (ctxError != X509_V_OK)232 BMCWEB_LOG_INFO("Last TLS error is: {}", ctxError);94 int ctxError = X509_STORE_CTX_get_error(cts); verifyMtlsUser() local