<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'intro.openssl.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.openssl.php',
    1 => 'OpenSSL',
  ),
  'prev' => 
  array (
    0 => 'book.openssl.php',
    1 => 'OpenSSL',
  ),
  'next' => 
  array (
    0 => 'openssl.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/openssl/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.openssl" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   This extension binds functions of <a href="http://www.openssl.org/" class="link external">&raquo;&nbsp;OpenSSL</a> library for symmetric and
   asymmetric encryption and decryption, PBKDF2, PKCS7, PKCS12, X509 and other
   crypto operations. In addition to that it provides implementation of TLS
   streams.
  </p>
  <p class="para">
   OpenSSL offers many features that this module currently doesn&#039;t support.
   Some of these may be added in the future.
  </p>
 </div><?php manual_footer($setup); ?>