|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<!-- $Revision$ --> |
3 | | -<!-- EN-Revision: 26c2246aacfdbf8a40cc2ceccc71c6d878571120 Maintainer: hholzgra Status: ready --> |
| 2 | +<!-- EN-Revision: 5b3a84935252a553528cb81b3dacb88647b57c7b Maintainer: hholzgra Status: ready --> |
4 | 3 | <appendix xml:id="ldap.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> |
5 | 4 | &reftitle.constants; |
6 | 5 | &extension.constants; |
|
390 | 389 | <constant>LDAP_OPT_X_TLS_PROTOCOL_SSL2</constant>, |
391 | 390 | <constant>LDAP_OPT_X_TLS_PROTOCOL_SSL3</constant>, |
392 | 391 | <constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_0</constant>, |
393 | | - <constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_1</constant> oder |
394 | | - <constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_2</constant>. |
| 392 | + <constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_1</constant>, |
| 393 | + <constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_2</constant> oder |
| 394 | + <constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_3</constant>. |
| 395 | + </simpara> |
| 396 | + </listitem> |
| 397 | + </varlistentry> |
| 398 | + <varlistentry xml:id="constant.ldap-opt-x-tls-protocol-max"> |
| 399 | + <term> |
| 400 | + <constant>LDAP_OPT_X_TLS_PROTOCOL_MAX</constant> |
| 401 | + (<type>int</type>) |
| 402 | + </term> |
| 403 | + <listitem> |
| 404 | + <simpara> |
| 405 | + Gibt die maximale Protokolversion an. Entweder |
| 406 | + <constant>LDAP_OPT_X_TLS_PROTOCOL_SSL2</constant>, |
| 407 | + <constant>LDAP_OPT_X_TLS_PROTOCOL_SSL3</constant>, |
| 408 | + <constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_0</constant>, |
| 409 | + <constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_1</constant>, |
| 410 | + <constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_2</constant> oder |
| 411 | + <constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_3</constant>. |
| 412 | + Verfügbar ab PHP 8.4.0. |
395 | 413 | </simpara> |
396 | 414 | </listitem> |
397 | 415 | </varlistentry> |
|
1205 | 1223 | </simpara> |
1206 | 1224 | </listitem> |
1207 | 1225 | </varlistentry> |
| 1226 | + <varlistentry xml:id="constant.ldap-opt-x-tls-protocol-tls1-3"> |
| 1227 | + <term> |
| 1228 | + <constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_3</constant> |
| 1229 | + (<type>int</type>) |
| 1230 | + </term> |
| 1231 | + <listitem> |
| 1232 | + <simpara> |
| 1233 | + Das TLS-1.3-Protokoll. |
| 1234 | + Verfügbar ab PHP 8.4.0. |
| 1235 | + </simpara> |
| 1236 | + </listitem> |
| 1237 | + </varlistentry> |
1208 | 1238 |
|
1209 | 1239 | </variablelist> |
1210 | 1240 | </appendix> |
|
0 commit comments