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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dcyassl.c80 struct ssl_connect_data* conssl = &conn->ssl[sockindex]; local
85 if(conssl->state == ssl_connection_complete)
126 if(conssl->ctx)
127 SSL_CTX_free(conssl->ctx);
128 conssl->ctx = SSL_CTX_new(req_method);
130 if(!conssl->ctx) {
138 if(!SSL_CTX_load_verify_locations(conssl->ctx,
175 if(SSL_CTX_use_certificate_file(conssl->ctx, data->set.str[STRING_CERT],
183 if(SSL_CTX_use_PrivateKey_file(conssl->ctx, data->set.str[STRING_KEY],
190 if(CyaSSL_no_filesystem_verify(conssl
241 struct ssl_connect_data* conssl = &conn->ssl[sockindex]; local
386 struct ssl_connect_data *conssl = &conn->ssl[sockindex]; local
[all...]

Completed in 70 milliseconds