mbedtls: support CURLOPT_CERTINFO

Closes #13113
This commit is contained in:
Sergey Markelov 2024-03-12 17:21:06 -07:00 committed by Daniel Stenberg
parent cb96ca1b64
commit 35c0117f47
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
7 changed files with 74 additions and 7 deletions

View file

@ -93,9 +93,10 @@ See also the *certinfo.c* example.
# AVAILABILITY
This option is only working in libcurl built with OpenSSL, GnuTLS, Schannel or
Secure Transport. GnuTLS support added in 7.42.0. Schannel support added in
7.50.0. Secure Transport support added in 7.79.0.
This option is only working in libcurl built with OpenSSL, GnuTLS, Schannel,
Secure Transport or mbedTLS. GnuTLS support added in 7.42.0. Schannel support
added in 7.50.0. Secure Transport support added in 7.79.0. mbedTLS support added
in 8.9.0.
Added in 7.19.1

View file

@ -85,6 +85,7 @@ int main(void)
# AVAILABILITY
Schannel support added in 7.50.0. Secure Transport support added in 7.79.0.
mbedTLS support added in 8.9.0.
# RETURN VALUE