mirror of
https://github.com/curl/curl.git
synced 2026-07-27 23:53:06 +03:00
nss: load libnssckbi.so if no other trust is specified
The module contains a more comprehensive set of trust information than supported by nss-pem, because libnssckbi.so also includes information about distrusted certificates. Reviewed-by: Kai Engert Closes #1414
This commit is contained in:
parent
fab3d1ec65
commit
e3e8d0204b
2 changed files with 48 additions and 8 deletions
|
|
@ -40,6 +40,11 @@ is assumed to be stored, as established at build time.
|
|||
|
||||
If curl is built against the NSS SSL library, the NSS PEM PKCS#11 module
|
||||
(libnsspem.so) needs to be available for this option to work properly.
|
||||
Starting with curl-7.55.0, if both \fICURLOPT_CAINFO(3)\fP and
|
||||
\fICURLOPT_CAPATH(3)\fP are unset, NSS-linked libcurl tries to load
|
||||
libnssckbi.so, which contains a more comprehensive set of trust information
|
||||
than supported by nss-pem, because libnssckbi.so also includes information
|
||||
about distrusted certificates.
|
||||
|
||||
(iOS and macOS only) If curl is built against Secure Transport, then this
|
||||
option is supported for backward compatibility with other SSL engines, but it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue