Home
last modified time | relevance | path

Searched refs:verifyCert (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/http/
H A Dhttp_client.hpp135 ensuressl::VerifyCertificate verifyCert; member in crow::ConnectionInfo
608 ensuressl::getSSLClientContext(verifyCert); in initializeConnection()
636 verifyCert(verifyCertIn), connId(connIdIn), ioc(iocIn), resolver(iocIn), in ConnectionInfo()
652 ensuressl::VerifyCertificate verifyCert; member in crow::ConnectionPool
822 ioc, id, connPolicy, destIP, verifyCert, newId)); in addConnection()
837 verifyCert(verifyCertIn) in ConnectionPool()
878 ensuressl::VerifyCertificate verifyCert, in sendData() argument
883 sendDataWithCallback(std::move(data), destUri, verifyCert, httpHeader, in sendData()
891 ensuressl::VerifyCertificate verifyCert, in sendDataWithCallback() argument
897 if (verifyCert == ensuressl::VerifyCertificate::NoVerify) in sendDataWithCallback()
[all …]