2007-12-23 18:34:41 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 08:26:23 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-12-23 18:34:41 +00:00
|
|
|
|
|
|
|
<chapter xml:id="openssl.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
&reftitle.setup;
|
|
|
|
|
|
|
|
<!-- {{{ Requirements -->
|
|
|
|
<section xml:id="openssl.requirements">
|
|
|
|
&reftitle.required;
|
|
|
|
<para>
|
|
|
|
In order to use the OpenSSL functions you need to install the <link
|
2017-06-11 17:16:56 +00:00
|
|
|
xlink:href="&url.openssl;">OpenSSL</link> library.
|
2021-06-04 06:13:56 +00:00
|
|
|
PHP 7 requires at least OpenSSL >= 0.9.8. Other versions
|
2017-06-12 16:57:06 +00:00
|
|
|
(PHP >= 7.1.0) require OpenSSL >= 1.0.1.
|
2007-12-23 18:34:41 +00:00
|
|
|
</para>
|
|
|
|
<warning>
|
|
|
|
<para>
|
|
|
|
You are strongly encouraged to use the most recent OpenSSL version,
|
|
|
|
otherwise your web server could be vulnerable to attack.
|
|
|
|
</para>
|
|
|
|
</warning>
|
|
|
|
</section>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
<!-- {{{ Installation -->
|
|
|
|
&reference.openssl.configure;
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
<!-- {{{ Configuration -->
|
2015-05-05 12:36:37 +00:00
|
|
|
&reference.openssl.ini;
|
2007-12-23 18:34:41 +00:00
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
<!-- {{{ Resources -->
|
|
|
|
<section xml:id="openssl.resources">
|
|
|
|
&reftitle.resources;
|
2017-06-25 16:44:32 +00:00
|
|
|
<para>
|
2021-01-03 23:45:20 +00:00
|
|
|
Prior to PHP 8.0.0, there were 3 resource types defined in the OpenSSL module:
|
|
|
|
<simplelist>
|
|
|
|
<member><literal>OpenSSL key</literal></member>
|
|
|
|
<member><literal>OpenSSL X.509</literal></member>
|
|
|
|
<member><literal>OpenSSL X.509 CSR</literal></member>
|
|
|
|
</simplelist>
|
2017-06-25 16:44:32 +00:00
|
|
|
</para>
|
2007-12-23 18:34:41 +00:00
|
|
|
</section>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2007-12-23 18:34:41 +00:00
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|
|
|
|
|