add support for libcurl's CERTINFO option
| Request #49253 | add support for libcurl's CERTINFO option | ||||
|---|---|---|---|---|---|
| Submitted: | 2009-08-14 14:45 UTC | Modified: | 2009-09-15 15:47 UTC | ||
| From: | daniel at haxx dot se | Assigned: | pajoye (profile) | ||
| Status: | Closed | Package: | Feature/Change Request | ||
| PHP Version: | 5.2SVN-2009-08-14 (SVN) | OS: | all | ||
| Private report: | No | CVE-ID: | None | ||
[2009-08-14 14:45 UTC] daniel at haxx dot se
Description: ------------ libcurl's CURLOPT_CERTINFO and CURLINFO_CERTINFO offer an application to extract a lot of information from the chain of certificates that a server offer at connect. This patch brings these options to PHP's CURL extension. Note that the libcurl option actually still only works when libcurl is built to use OpenSSL (and not with GnuTLS or NSS etc). This patch was written Linus Nielsen Feltzing <linus@haxx.se> Patch URL: http://daniel.haxx.se/curl/curl-certinfo-090814.patch
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2009-08-14 14:49 UTC] pajoye@php.net
[2009-09-15 15:47 UTC] pajoye@php.net