mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
Add descriptions for certificate checking and CRL evaluation strategies
This commit is contained in:
@@ -998,6 +998,10 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
The peer certificate is requested.
|
||||
If no certificate is provided, the session proceeds normally.
|
||||
If a bad certificate is provided,
|
||||
it will be ignored and the session proceeds normally.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -1008,6 +1012,9 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
The peer certificate is requested.
|
||||
If no certificate is provided, or a bad certificate is provided,
|
||||
the session is immediately terminated.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -1018,6 +1025,7 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
&Alias; <constant>LDAP_OPT_X_TLS_DEMAND</constant>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -1028,6 +1036,7 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
The peer certificate is not requested or checked.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -1038,6 +1047,9 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
The peer certificate is requested.
|
||||
If no certificate is provided, the session proceeds normally.
|
||||
If a bad certificate is provided, the session is immediately terminated.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -1049,6 +1061,7 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Check the CRL for a whole certificate chain.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -1059,6 +1072,7 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
No CRL checks are performed.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -1069,6 +1083,7 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Check the CRL of the peer certificate.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
Reference in New Issue
Block a user