Fix CA certificate bundle handling in darwinssl.
authorVilmos Nebehaj <v.nebehaj@gmail.com>
Thu, 28 Aug 2014 19:31:17 +0000 (21:31 +0200)
committerVilmos Nebehaj <v.nebehaj@gmail.com>
Sat, 30 Aug 2014 18:10:07 +0000 (20:10 +0200)
commit4c134bcfcefa8a78e77afde03f74104b88b45dad
treea00194f030590415dcd81ac6b1b203e9b8b0c94a
parent2434a4e88de35a0c7eced46f010292e2b4bfb851
Fix CA certificate bundle handling in darwinssl.

If the --cacert option is used with a CA certificate bundle that
contains multiple CA certificates, iterate through it, adding each
certificate as a trusted root CA.
lib/vtls/curl_darwinssl.c