<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.openssl.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'openssl.cert.verification.php',
    1 => 'Certificate Verification',
    2 => 'Certificate Verification',
  ),
  'up' => 
  array (
    0 => 'book.openssl.php',
    1 => 'OpenSSL',
  ),
  'prev' => 
  array (
    0 => 'openssl.certparams.php',
    1 => 'Key/Certificate parameters',
  ),
  'next' => 
  array (
    0 => 'ref.openssl.php',
    1 => 'OpenSSL Functions',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/openssl/cert-verification.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="openssl.cert.verification" class="appendix">
<h1 class="title">Certificate Verification</h1>

 <p class="para">
  When calling a function that will verify a signature/certificate, the
  <code class="parameter">ca_info</code> parameter is an array containing file and
  directory names that specify the locations of trusted CA files. If a
  directory is specified, then it must be a correctly formed hashed
  directory as the <strong class="command">openssl</strong> command would use.
 </p>
</div>
<?php manual_footer($setup); ?>