mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:33:31 +03:00
- Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By
enabling this feature with CURLOPT_CERTINFO for a request using SSL (HTTPS or FTPS), libcurl will gather lots of server certificate info and that info can then get extracted by a client after the request has completed with curl_easy_getinfo()'s CURLINFO_CERTINFO option. Linus Nielsen Feltzing helped me test and smoothen out this feature. Unfortunately, this feature currently only works with libcurl built to use OpenSSL. This feature was sponsored by networking4all.com - thanks!
This commit is contained in:
parent
873e734c39
commit
4c9768565e
15 changed files with 542 additions and 41 deletions
|
|
@ -94,4 +94,4 @@ bool Curl_ossl_data_pending(const struct connectdata *conn,
|
|||
#define curlssl_data_pending(x,y) Curl_ossl_data_pending(x,y)
|
||||
|
||||
#endif /* USE_SSLEAY */
|
||||
#endif
|
||||
#endif /* __SSLUSE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue