Home
last modified time | relevance | path

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

/third_party/openssl/test/ossl_shim/
Dtest_config.h61 bool expect_ticket_renewal = false; member
Dtest_config.cc64 { "-expect-ticket-renewal", &TestConfig::expect_ticket_renewal },
Dossl_shim.cc816 (!SSL_session_reused(ssl) || config->expect_ticket_renewal) && in CheckHandshakeProperties()