Home
last modified time | relevance | path

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

/openssl/test/
H A Dcert_comp_test.c127 int expected_client = TLSEXT_comp_cert_none; in test_ssl_cert_comp() local
139 expected_client = TLSEXT_comp_cert_brotli; in test_ssl_cert_comp()
143 if (expected_client == TLSEXT_comp_cert_none) in test_ssl_cert_comp()
144 expected_client = TLSEXT_comp_cert_zlib; in test_ssl_cert_comp()
148 if (expected_client == TLSEXT_comp_cert_none) in test_ssl_cert_comp()
149 expected_client = TLSEXT_comp_cert_zstd; in test_ssl_cert_comp()
156 if (test == 3 && expected_client == expected_server) { in test_ssl_cert_comp()
169 server_pref[1] = expected_client; in test_ssl_cert_comp()
172 client_pref[0] = expected_client; in test_ssl_cert_comp()

Completed in 13 milliseconds