mirror of
https://github.com/curl/curl.git
synced 2026-06-03 15:04:15 +03:00
mbedtls: enable CA path processing
CA path processing was implemented when mbedtls.c was added to libcurl
in fe7590f, but it was never enabled.
Bug: https://github.com/curl/curl/issues/1877
Reported-by: SBKarr@users.noreply.github.com
This commit is contained in:
parent
a14f7152ce
commit
64bb7ae6ae
3 changed files with 7 additions and 5 deletions
|
|
@ -54,8 +54,9 @@ if(curl) {
|
|||
}
|
||||
.fi
|
||||
.SH AVAILABILITY
|
||||
This option is supported by the OpenSSL, GnuTLS and PolarSSL backends. The NSS
|
||||
backend provides the option only for backward compatibility.
|
||||
This option is supported by the OpenSSL, GnuTLS, PolarSSL and mbedTLS
|
||||
(since 7.56.0) backends. The NSS backend provides the option only for
|
||||
backward compatibility.
|
||||
.SH RETURN VALUE
|
||||
CURLE_OK if supported; or an error such as:
|
||||
|
||||
|
|
|
|||
|
|
@ -55,8 +55,9 @@ if(curl) {
|
|||
.SH AVAILABILITY
|
||||
Added in 7.52.0
|
||||
|
||||
This option is supported by the OpenSSL, GnuTLS and PolarSSL backends. The NSS
|
||||
backend provides the option only for backward compatibility.
|
||||
This option is supported by the OpenSSL, GnuTLS, PolarSSL and mbedTLS
|
||||
(since 7.56.0) backends. The NSS backend provides the option only for
|
||||
backward compatibility.
|
||||
.SH RETURN VALUE
|
||||
CURLE_OK if supported; or an error such as:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue