Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dsessions.hpp207 bool tlsStrict = false; member
242 tlsStrict = *value; in fromJson()
H A Dpersistent_data.hpp269 authConfig["TLSStrict"] = c.tlsStrict; in writeData()
/openbmc/bmcweb/src/
H A Dssl_key_handler.cpp548 if (c.tlsStrict) in getSslServerContext()
/openbmc/bmcweb/http/
H A Dhttp_connection.hpp123 if (c.tlsStrict) in tlsVerifyCallback()
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp1397 !authMethodsConfig.tlsStrict; in handleAccountServiceGet()
1549 authMethodsConfig.tlsStrict = !respondToUnauthenticatedClients; in handleRespondToUnauthenticatedClientsPatch()