Searched refs:cf_ssl_peer_key_add_path (Results 1 – 1 of 1) sorted by relevance
361 static CURLcode cf_ssl_peer_key_add_path(struct dynbuf *buf, in cf_ssl_peer_key_add_path() function505 r = cf_ssl_peer_key_add_path(&buf, "CA", ssl->CAfile); in Curl_ssl_peer_key_make()508 r = cf_ssl_peer_key_add_path(&buf, "CApath", ssl->CApath); in Curl_ssl_peer_key_make()511 r = cf_ssl_peer_key_add_path(&buf, "CRL", ssl->CRLfile); in Curl_ssl_peer_key_make()514 r = cf_ssl_peer_key_add_path(&buf, "Issuer", ssl->issuercert); in Curl_ssl_peer_key_make()
Completed in 9 milliseconds