Home
last modified time | relevance | path

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

/openssl/test/
H A Dcert_comp_test.c134 int client_pref[] = { TLSEXT_comp_cert_brotli, TLSEXT_comp_cert_zlib, TLSEXT_comp_cert_zstd }; in test_ssl_cert_comp() local
172 client_pref[0] = expected_client; in test_ssl_cert_comp()
173 if (!TEST_true(SSL_CTX_set1_cert_comp_preference(cctx, client_pref, 1))) in test_ssl_cert_comp()
178 … if (!TEST_true(SSL_CTX_set1_cert_comp_preference(cctx, client_pref, OSSL_NELEM(client_pref)))) in test_ssl_cert_comp()

Completed in 4 milliseconds