On 22.03.2019 at 19:34 Ray Satiro via curl-library wrote:
> Doesn't android have /system/etc/security/cacerts and will that work as
> capath instead of using the bundle as cainfo?
Ok, after Luca's mail I tried it and it's indeed possible to access
/system/etc/security/cacerts
and read all the ce
On 22.03.2019 at 19:34 Ray Satiro via curl-library wrote:
> Doesn't android have /system/etc/security/cacerts and will that work as
> capath instead of using the bundle as cainfo?
I don't think that NDK apps are allowed to access that file, even if it
existed...
--
Best regards,
Andreas Falke
On 3/22/2019 10:12 AM, Andreas Falkenhahn via curl-library wrote:
> When I use curl with the system's default SSL stack (e.g. DarwinSSL on macOS,
> Schannel on Windows, pre-installed OpenSSL on Linux) I don't have to use
> CURLOPT_CAINFO to tell curl which certificates to use at all. Instead, cur
On 3/22/19 3:12 PM, Andreas Falkenhahn via curl-library wrote:
When I use curl with the system's default SSL stack (e.g. DarwinSSL on macOS,
Schannel on Windows, pre-installed OpenSSL on Linux) I don't have to use
CURLOPT_CAINFO to tell curl which certificates to use at all. Instead, curl
wil
When I use curl with the system's default SSL stack (e.g. DarwinSSL on macOS,
Schannel on Windows, pre-installed OpenSSL on Linux) I don't have to use
CURLOPT_CAINFO to tell curl which certificates to use at all. Instead, curl
will automatically use the certificates provided by the host operatin