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. + +