Home | History | Annotate | Download | only in lib

Lines Matching refs:authtype

557   set->ssl.authtype = CURL_TLSAUTH_NONE;
2607 if(data->set.str[STRING_TLSAUTH_USERNAME] && !data->set.ssl.authtype)
2608 data->set.ssl.authtype = CURL_TLSAUTH_SRP; /* default to SRP */
2613 if(data->set.str[STRING_TLSAUTH_USERNAME] && !data->set.ssl.authtype)
2614 data->set.ssl.authtype = CURL_TLSAUTH_SRP; /* default to SRP */
2618 data->set.ssl.authtype = CURL_TLSAUTH_SRP;
2620 data->set.ssl.authtype = CURL_TLSAUTH_NONE;