<?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 => 'ja',
  ),
  'this' => 
  array (
    0 => 'openssl.cert.verification.php',
    1 => '証明書の認証',
    2 => '証明書の認証',
  ),
  'up' => 
  array (
    0 => 'book.openssl.php',
    1 => 'OpenSSL',
  ),
  'prev' => 
  array (
    0 => 'openssl.certparams.php',
    1 => 'キー/証明書パラメータ',
  ),
  'next' => 
  array (
    0 => 'ref.openssl.php',
    1 => 'OpenSSL 関数',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    '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">証明書の認証</h1>

 <p class="para">
  サイン/証明書を認証する関数をコールする際、
  <code class="parameter">ca_info</code> パラメータは、ファイルと認証済みの CA
  ファイルの場所を指定するファイルディレクトリ名を含む配列です。
  ディレクトリが指定された場合、<strong class="command">openssl</strong> コマンドが
  使用できるような正しい形式にハッシュされたディレクトリである必要が
  あります。
 </p>
</div>
<?php manual_footer($setup); ?>