Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Daxtls.c150 uint32_t client_option = SSL_NO_DEFAULT_KEY | in connect_prep() local
172 client_option |= SSL_DISPLAY_STATES | SSL_DISPLAY_RSA | SSL_DISPLAY_CERTS; in connect_prep()
176 ssl_ctx = ssl_ctx_new(client_option, SSL_DEFAULT_CLNT_SESS); in connect_prep()