Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dcert_comp_test.c128 int expected_client = TLSEXT_comp_cert_none; in test_ssl_cert_comp()
129 int expected_server = TLSEXT_comp_cert_none; in test_ssl_cert_comp()
144 if (expected_client == TLSEXT_comp_cert_none) in test_ssl_cert_comp()
149 if (expected_client == TLSEXT_comp_cert_none) in test_ssl_cert_comp()
/freebsd/crypto/openssl/ssl/
H A Dssl_cert_comp.c240 || alg == TLSEXT_comp_cert_none in ssl_compress_one_cert()
277 if ((alg_in == 0 && alg != TLSEXT_comp_cert_none) in ssl_compress_certs()
H A Dt1_trce.c646 { TLSEXT_comp_cert_none, "none" },
H A Dssl_cert.c160 for (j = TLSEXT_comp_cert_none; j < TLSEXT_comp_cert_limit; j++) { in ssl_cert_dup()
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions.c1742 sc->cert_comp_prefs[0] = TLSEXT_comp_cert_none; in tls_construct_compress_certificate()
1748 sc->cert_comp_prefs[0] = TLSEXT_comp_cert_none; in tls_construct_compress_certificate()
1756 if (sc->cert_comp_prefs[0] == TLSEXT_comp_cert_none) in tls_construct_compress_certificate()
1764 for (i = 0; sc->cert_comp_prefs[i] != TLSEXT_comp_cert_none; i++) { in tls_construct_compress_certificate()
1793 if (sc->cert_comp_prefs[0] == TLSEXT_comp_cert_none) in tls_comp_in_pref()
H A Dstatem_srvr.c397 return TLSEXT_comp_cert_none; in get_compressed_certificate_alg()
399 for (; *alg != TLSEXT_comp_cert_none; alg++) { in get_compressed_certificate_alg()
404 return TLSEXT_comp_cert_none; in get_compressed_certificate_alg()
460 && get_compressed_certificate_alg(sc) != TLSEXT_comp_cert_none; in do_compressed_cert()
1057 s->ext.compress_certificate_from_peer[0] = TLSEXT_comp_cert_none; in ossl_statem_server_post_work()
1065 s->ext.compress_certificate_from_peer[0] = TLSEXT_comp_cert_none; in ossl_statem_server_post_work()
H A Dstatem_clnt.c431 && sc->ext.compress_certificate_from_peer[0] != TLSEXT_comp_cert_none; in do_compressed_cert()
3779 s->ext.compress_certificate_from_peer[0] = TLSEXT_comp_cert_none; in tls_prepare_client_certificate()
3789 s->ext.compress_certificate_from_peer[0] = TLSEXT_comp_cert_none; in tls_prepare_client_certificate()
H A Dstatem_lib.c2883 if (sc->cert_comp_prefs[0] != TLSEXT_comp_cert_none) { in tls13_process_compressed_certificate()
2884 for (i = 0; sc->cert_comp_prefs[i] != TLSEXT_comp_cert_none; i++) { in tls13_process_compressed_certificate()
/freebsd/crypto/openssl/include/openssl/
H A Dtls1.h211 #define TLSEXT_comp_cert_none 0 macro