Lines Matching refs:BMCWEB_LOG_ERROR

81         BMCWEB_LOG_ERROR("Error occurred during X509_STORE_new call");  in validateCertificate()
89 BMCWEB_LOG_ERROR("Error occurred during X509_STORE_CTX_new call"); in validateCertificate()
97 BMCWEB_LOG_ERROR("Error occurred during X509_STORE_CTX_init call"); in validateCertificate()
122 BMCWEB_LOG_ERROR("Certificate verification failed. Reason: {}", in validateCertificate()
127 BMCWEB_LOG_ERROR( in validateCertificate()
152 BMCWEB_LOG_ERROR("Failed to read file"); in verifyOpensslKeyCert()
167 BMCWEB_LOG_ERROR("Unable to allocate pkeyCtx {}", ERR_get_error()); in verifyOpensslKeyCert()
175 BMCWEB_LOG_ERROR("Key not valid error number {}", ERR_get_error()); in verifyOpensslKeyCert()
187 BMCWEB_LOG_ERROR("error getting x509 cert {}", ERR_get_error()); in verifyOpensslKeyCert()
211 BMCWEB_LOG_ERROR("Error occurred during BIO_new_file call, FILE= {}", in loadCert()
219 BMCWEB_LOG_ERROR("Error occurred during X509_new call, {}", in loadCert()
227 BMCWEB_LOG_ERROR( in loadCert()
248 BMCWEB_LOG_ERROR("Error: In X509V3_EXT_conf_nidn: {}", value); in addExt()
341 BMCWEB_LOG_ERROR( in generateSslCertificate()
354 BMCWEB_LOG_ERROR( in generateSslCertificate()
427 BMCWEB_LOG_ERROR("Failed to generate cert"); in ensureOpensslKeyPresentAndValid()
529 BMCWEB_LOG_ERROR("Error setting cipher list"); in getSslContext()
600 BMCWEB_LOG_ERROR("SSL context set_default_verify failed"); in getSSLClientContext()
614 BMCWEB_LOG_ERROR("SSL context set_verify_mode failed"); in getSSLClientContext()
621 BMCWEB_LOG_ERROR("SSL_CTX_set_cipher_list failed"); in getSSLClientContext()