Searched refs:ssl_username (Results 1 – 1 of 1) sorted by relevance
3741 char * const ssl_username = ssl_config->primary.username; in Curl_ossl_ctx_init() local3743 infof(data, "Using TLS-SRP username: %s", ssl_username); in Curl_ossl_ctx_init()3745 if(!SSL_CTX_set_srp_username(octx->ssl_ctx, ssl_username)) { in Curl_ossl_ctx_init()
Completed in 12 milliseconds