Home
last modified time | relevance | path

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

/openssl/ssl/statem/
H A Dextensions_srvr.c2255 if (sc->ext.client_cert_type_ctos == OSSL_CERT_TYPE_CTOS_ERROR in tls_construct_stoc_client_cert_type()
2264 sc->ext.client_cert_type_ctos = OSSL_CERT_TYPE_CTOS_NONE; in tls_construct_stoc_client_cert_type()
2273 || sc->ext.client_cert_type_ctos != OSSL_CERT_TYPE_CTOS_GOOD in tls_construct_stoc_client_cert_type()
2276 sc->ext.client_cert_type_ctos = OSSL_CERT_TYPE_CTOS_NONE; in tls_construct_stoc_client_cert_type()
2317 sc->ext.client_cert_type_ctos = OSSL_CERT_TYPE_CTOS_NONE; in tls_parse_ctos_client_cert_type()
2323 sc->ext.client_cert_type_ctos = OSSL_CERT_TYPE_CTOS_ERROR; in tls_parse_ctos_client_cert_type()
2328 sc->ext.client_cert_type_ctos = OSSL_CERT_TYPE_CTOS_ERROR; in tls_parse_ctos_client_cert_type()
2333 sc->ext.client_cert_type_ctos = OSSL_CERT_TYPE_CTOS_ERROR; in tls_parse_ctos_client_cert_type()
2338 sc->ext.client_cert_type_ctos = reconcile_cert_type(data, len, in tls_parse_ctos_client_cert_type()
H A Dextensions_clnt.c2156 sc->ext.client_cert_type_ctos = OSSL_CERT_TYPE_CTOS_NONE; in tls_construct_ctos_client_cert_type()
2167 sc->ext.client_cert_type_ctos = OSSL_CERT_TYPE_CTOS_GOOD; in tls_construct_ctos_client_cert_type()
2186 if (!ossl_assert(sc->ext.client_cert_type_ctos == OSSL_CERT_TYPE_CTOS_GOOD)) { in tls_parse_stoc_client_cert_type()
H A Dextensions.c1802 if (!sc->server && sc->ext.client_cert_type_ctos) { in tls_construct_compress_certificate()
1918 sc->ext.client_cert_type_ctos = OSSL_CERT_TYPE_CTOS_NONE; in init_client_cert_type()
/openssl/ssl/
H A Dssl_local.h1740 uint8_t client_cert_type_ctos; member

Completed in 63 milliseconds