Searched refs:cf_ssl_peer_key_add_path (Results 1 – 1 of 1) sorted by relevance
338 static CURLcode cf_ssl_peer_key_add_path(struct dynbuf *buf, in cf_ssl_peer_key_add_path() function482 r = cf_ssl_peer_key_add_path(&buf, "CA", ssl->CAfile); in Curl_ssl_peer_key_make()485 r = cf_ssl_peer_key_add_path(&buf, "CApath", ssl->CApath); in Curl_ssl_peer_key_make()488 r = cf_ssl_peer_key_add_path(&buf, "CRL", ssl->CRLfile); in Curl_ssl_peer_key_make()491 r = cf_ssl_peer_key_add_path(&buf, "Issuer", ssl->issuercert); in Curl_ssl_peer_key_make()
Completed in 4 milliseconds