mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:23:34 +03:00
parent
cb96ca1b64
commit
35c0117f47
7 changed files with 74 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue