Searched defs:conssl (Results 1 - 1 of 1) sorted by relevance

/external/curl/lib/vtls/
H A Dcyassl.c138 struct ssl_connect_data* conssl = &conn->ssl[sockindex]; local
148 if(conssl->state == ssl_connection_complete)
202 if(conssl->ctx)
203 SSL_CTX_free(conssl->ctx);
204 conssl->ctx = SSL_CTX_new(req_method);
206 if(!conssl->ctx) {
222 if((wolfSSL_CTX_SetMinVersion(conssl->ctx, WOLFSSL_TLSV1) != 1) &&
223 (wolfSSL_CTX_SetMinVersion(conssl->ctx, WOLFSSL_TLSV1_1) != 1) &&
224 (wolfSSL_CTX_SetMinVersion(conssl->ctx, WOLFSSL_TLSV1_2) != 1)) {
235 if(1 != SSL_CTX_load_verify_locations(conssl
422 struct ssl_connect_data* conssl = &conn->ssl[sockindex]; local
665 struct ssl_connect_data *conssl = &conn->ssl[sockindex]; local
[all...]

Completed in 97 milliseconds