mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Document the verify_depth and cipher ssl context options
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257375 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e62d9d884c
commit
6095ee42be
1 changed files with 18 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<appendix xml:id="transports" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<appendix xml:id="transports" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>List of Supported Socket Transports</title>
|
||||
<para>
|
||||
The following is a list of the various URL style socket transports
|
||||
|
@ -165,6 +165,22 @@
|
|||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>verify_depth</literal></entry>
|
||||
<entry>
|
||||
Abort if the certificate chain is too deep.
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>ciphers</literal></entry>
|
||||
<entry>
|
||||
Sets the list of available ciphers. The format of the string is described
|
||||
in <link xlink:href="&url.openssl.ciphers;">ciphers(1)</link>. Added
|
||||
in PHP 5.0.0.
|
||||
</entry>
|
||||
<entry><literal>DEFAULT</literal></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue