Searched refs:proxyauthenc (Results 1 – 1 of 1) sorted by relevance
1423 char *proxyauth, *proxyauthenc = NULL; in OSSL_HTTP_proxy_connect() local1433 proxyauthenc = base64encode(proxyauth, len); in OSSL_HTTP_proxy_connect()1434 if (proxyauthenc != NULL) { in OSSL_HTTP_proxy_connect()1435 BIO_printf(fbio, "Proxy-Authorization: Basic %s\r\n", proxyauthenc); in OSSL_HTTP_proxy_connect()1436 OPENSSL_clear_free(proxyauthenc, strlen(proxyauthenc)); in OSSL_HTTP_proxy_connect()1440 if (proxyauthenc == NULL) in OSSL_HTTP_proxy_connect()
Completed in 7 milliseconds