Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/include/
H A Dsessions_test.cpp21 EXPECT_EQ(methods.tlsStrict, false); in TEST()
41 EXPECT_EQ(methods.tlsStrict, false); in TEST()
/openbmc/bmcweb/include/
H A Dsessions.hpp206 bool tlsStrict = false; member
241 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()