Home
last modified time | relevance | path

Searched defs:verifyCertificate (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp292 std::optional<bool> verifyCertificate; in requestRoutesEventDestinationCollection() local
742 std::optional<bool> verifyCertificate; in requestRoutesEventDestination() local
/openbmc/bmcweb/include/
H A Devent_service_store.hpp18 bool verifyCertificate = true; member
/openbmc/bmcweb/src/
H A Dssl_key_handler.cpp577 getSSLClientContext(VerifyCertificate verifyCertificate) in getSSLClientContext()