Home
last modified time | relevance | path

Searched refs:validateCaFile (Results 1 – 2 of 2) sorted by relevance

/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php153 public static function validateCaFile($filename, LoggerInterface $logger = null) function in Composer\\CaBundle\\CaBundle
303 …ertFile && @is_file($certFile) && @is_readable($certFile) && static::validateCaFile($certFile, $lo…
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
H A DREADME.md34 - `CaBundle::validateCaFile($filename)`: Validates a CA file using openssl_x509_parse only if it is…