Skip to content

Commit b9a96f2

Browse files
authored
Sync new OpenSSL constants (PHP 8.5) (#803)
1 parent c5e2024 commit b9a96f2

1 file changed

Lines changed: 53 additions & 1 deletion

File tree

reference/openssl/constants.xml

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 5b3a84935252a553528cb81b3dacb88647b57c7b Maintainer: lacatoire Status: ready -->
3+
<!-- EN-Revision: 6eadfc4332ac3ba482aef3ebf3eab10e02e007ca Maintainer: lacatoire Status: ready -->
44
<!-- Reviewed: no -->
55

66
<appendix xml:id="openssl.constants" xmlns="http://docbook.org/ns/docbook">
@@ -160,6 +160,18 @@
160160
</simpara>
161161
</listitem>
162162
</varlistentry>
163+
<varlistentry xml:id="constant.openssl-pkcs1-pss-padding">
164+
<term>
165+
<constant>OPENSSL_PKCS1_PSS_PADDING</constant>
166+
(<type>int</type>)
167+
</term>
168+
<listitem>
169+
<simpara>
170+
Relleno RSA-PSS.
171+
Disponible a partir de PHP 8.5.0.
172+
</simpara>
173+
</listitem>
174+
</varlistentry>
163175
</variablelist>
164176
</section>
165177

@@ -395,6 +407,46 @@
395407
<literal>application/x-pkcs7-mime</literal> para cifrar un mensaje.
396408
</entry>
397409
</row>
410+
<row xml:id="constant.pkcs7-nosmimecap">
411+
<entry>
412+
<constant>PKCS7_NOSMIMECAP</constant>
413+
(<type>int</type>)
414+
</entry>
415+
<entry>
416+
Disponible a partir de PHP 8.5.0.
417+
No incluye las capacidades S/MIME (SMIMECapabilities) en la firma.
418+
</entry>
419+
</row>
420+
<row xml:id="constant.pkcs7-crlfeol">
421+
<entry>
422+
<constant>PKCS7_CRLFEOL</constant>
423+
(<type>int</type>)
424+
</entry>
425+
<entry>
426+
Disponible a partir de PHP 8.5.0.
427+
Utiliza <literal>CRLF</literal> como fin de línea en la salida.
428+
</entry>
429+
</row>
430+
<row xml:id="constant.pkcs7-nocrl">
431+
<entry>
432+
<constant>PKCS7_NOCRL</constant>
433+
(<type>int</type>)
434+
</entry>
435+
<entry>
436+
Disponible a partir de PHP 8.5.0.
437+
No incluye las CRL en la estructura PKCS7.
438+
</entry>
439+
</row>
440+
<row xml:id="constant.pkcs7-no-dual-content">
441+
<entry>
442+
<constant>PKCS7_NO_DUAL_CONTENT</constant>
443+
(<type>int</type>)
444+
</entry>
445+
<entry>
446+
Disponible a partir de PHP 8.5.0.
447+
No incluye el contenido duplicado, evitando la duplicación del contenido firmado.
448+
</entry>
449+
</row>
398450
</tbody>
399451
</tgroup>
400452
</table>

0 commit comments

Comments
 (0)