From 558d5aa8d739682f9c01d5d34db493dde86f6f1b Mon Sep 17 00:00:00 2001 From: lacatoire Date: Thu, 18 Jun 2026 10:44:33 +0200 Subject: [PATCH] Sync new OpenSSL constants (PHP 8.5) --- reference/openssl/constants.xml | 54 ++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/reference/openssl/constants.xml b/reference/openssl/constants.xml index 563ae695c..9d879ee4c 100644 --- a/reference/openssl/constants.xml +++ b/reference/openssl/constants.xml @@ -1,6 +1,6 @@ - + @@ -160,6 +160,18 @@ + + + OPENSSL_PKCS1_PSS_PADDING + (int) + + + + Relleno RSA-PSS. + Disponible a partir de PHP 8.5.0. + + + @@ -395,6 +407,46 @@ application/x-pkcs7-mime para cifrar un mensaje. + + + PKCS7_NOSMIMECAP + (int) + + + Disponible a partir de PHP 8.5.0. + No incluye las capacidades S/MIME (SMIMECapabilities) en la firma. + + + + + PKCS7_CRLFEOL + (int) + + + Disponible a partir de PHP 8.5.0. + Utiliza CRLF como fin de línea en la salida. + + + + + PKCS7_NOCRL + (int) + + + Disponible a partir de PHP 8.5.0. + No incluye las CRL en la estructura PKCS7. + + + + + PKCS7_NO_DUAL_CONTENT + (int) + + + Disponible a partir de PHP 8.5.0. + No incluye el contenido duplicado, evitando la duplicación del contenido firmado. + +