Home
last modified time | relevance | path

Searched refs:proxyauthenc (Results 1 – 1 of 1) sorted by relevance

/crypto/http/
A Dhttp_client.c1468 char *proxyauth, *proxyauthenc = NULL; in OSSL_HTTP_proxy_connect() local
1478 proxyauthenc = base64encode(proxyauth, len); in OSSL_HTTP_proxy_connect()
1479 if (proxyauthenc != NULL) { in OSSL_HTTP_proxy_connect()
1480 BIO_printf(fbio, "Proxy-Authorization: Basic %s\r\n", proxyauthenc); in OSSL_HTTP_proxy_connect()
1481 OPENSSL_clear_free(proxyauthenc, strlen(proxyauthenc)); in OSSL_HTTP_proxy_connect()
1485 if (proxyauthenc == NULL) in OSSL_HTTP_proxy_connect()

Completed in 6 milliseconds