|
|
|
|
|
by sre2
839 days ago
|
|
Curl has the ability to use the OS certificate store. There is also the option (at invocation) to not use any other certificate stores than the one provided by the user (at invocation). The version which is shipped by Apple does ignore this which introduces a backdoor. |
|
Curl definitely should be updating man pages if it is falling back to OpenSSL CAs when --cacert is specified.
Homebrew Curl on Mac also sets this flag:
https://github.com/Homebrew/homebrew-core/blob/9cccce7a6dff7...