Home
last modified time | relevance | path

Searched refs:CaBundle (Results 1 – 5 of 5) sorted by relevance

/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
H A DREADME.md30 ### `Composer\CaBundle\CaBundle`
32 - `CaBundle::getSystemCaRootBundlePath()`: Returns the system CA bundle path, or a path to the bund…
33 - `CaBundle::getBundledCaBundlePath()`: Returns the path to the bundled CA file
34 - `CaBundle::validateCaFile($filename)`: Validates a CA file using openssl_x509_parse only if it is…
35 - `CaBundle::isOpensslParseSafe()`: Test if it is safe to use the PHP function openssl_x509_parse()
36 - `CaBundle::reset()`: Resets the static caches
44 $caPathOrFile = \Composer\CaBundle\CaBundle::getSystemCaRootBundlePath();
63 $caPathOrFile = \Composer\CaBundle\CaBundle::getSystemCaRootBundlePath();
78 \GuzzleHttp\RequestOptions::VERIFY => \Composer\CaBundle\CaBundle::getSystemCaRootBundlePath()
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php5 use Composer\CaBundle\CaBundle; alias
437 $cert = CaBundle::getSystemCaRootBundlePath();
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php12 namespace Composer\CaBundle;
21 class CaBundle class
/plugin/quickstats/GEOIP/
H A Dcomposer.lock41 "Composer\\CaBundle\\": "src"
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc149 $caBundle = \Composer\CaBundle\CaBundle::getBundledCaBundlePath();