reference/openssl/setup.xml
d5da0808c4d6343eb8f0099307d3139102a6f4bf
...
...
@@ -9,14 +9,14 @@
9
9
&reftitle.required;
10
10
<para>
11
11
In order to use the OpenSSL functions you need to install the <link
12
-
xlink:href="&url.openssl;">OpenSSL</link> package.
13
-
PHP between versions 4.0.5 and 4.3.1 will work with OpenSSL &gt;= 0.9.5.
14
-
Other versions (PHP &lt;=4.0.4 and &gt;= 4.3.2) require OpenSSL &gt;=
15
-
0.9.6.
12
+
xlink:href="&url.openssl;">OpenSSL</link> library.
13
+
PHP 7.0 requires OpenSSL &gt;= 0.9.8, &lt; 1.2. PHP 7.1-8.0 requires
14
+
OpenSSL &gt;= 1.0.1, &lt; 3.0. PHP &gt;= 8.1 requires OpenSSL
15
+
&gt;= 1.0.2, &lt; 4.0.
16
16
</para>
17
17
<warning>
18
18
<para>
19
-
You are strongly encouraged to use the most recent OpenSSL version,
19
+
You are strongly encouraged to use a maintained OpenSSL version,
20
20
otherwise your web server could be vulnerable to attack.
21
21
</para>
22
22
</warning>
...
...
@@ -34,7 +34,14 @@
34
34
<!-- {{{ Resources -->
35
35
<section xml:id="openssl.resources">
36
36
&reftitle.resources;
37
-
&no.resource;
37
+
<para>
38
+
Prior to PHP 8.0.0, there were 3 resource types defined in the OpenSSL module:
39
+
<simplelist>
40
+
<member><literal>OpenSSL key</literal></member>
41
+
<member><literal>OpenSSL X.509</literal></member>
42
+
<member><literal>OpenSSL X.509 CSR</literal></member>
43
+
</simplelist>
44
+
</para>
38
45
</section>
39
46
<!-- }}} -->
40
47

41
48