php-src/ext/openssl
Jakub Zelenka 10834d1572
Fix #47728: Add missing openssl constants
This adds PKCS7_NOSMIMECAP, PKCS7_CRLFEOL, PKCS7_NOCRL and
PKCS7_NO_DUAL_CONTENT constants. They might be potentially useful
in some scenarious.

Test is not added as it is not clear if there is much need for those and
it would require much bigger effort just to test OpenSSL functionality.

Closes GH-19450
2025-08-11 20:46:14 +02:00
..
tests Implement #80495: Enable to set padding in openssl_(sign|verify) 2025-08-11 13:11:10 +02:00
config.w32 Introduce openssl backend for v1 and v3 API separation (#16918) 2025-02-06 15:50:05 +01:00
config0.m4 Integrate OpenSSL libctx to pwhash (#19236) 2025-07-29 15:06:34 +02:00
CREDITS Add support for Cryptographic Message Syntax (CMS) 2020-06-07 16:58:34 +01:00
openssl.c Use OpenSSL libctx for various BIO readers (#19448) 2025-08-11 18:21:38 +02:00
openssl.stub.php Fix #47728: Add missing openssl constants 2025-08-11 20:46:14 +02:00
openssl_arginfo.h Fix #47728: Add missing openssl constants 2025-08-11 20:46:14 +02:00
openssl_backend_common.c Use OpenSSL libctx for various BIO readers (#19448) 2025-08-11 18:21:38 +02:00
openssl_backend_v1.c Use OpenSSL libctx for various BIO readers (#19448) 2025-08-11 18:21:38 +02:00
openssl_backend_v3.c Use OpenSSL libctx for various BIO readers (#19448) 2025-08-11 18:21:38 +02:00
openssl_pwhash.c Integrate OpenSSL libctx to pwhash (#19236) 2025-07-29 15:06:34 +02:00
openssl_pwhash.stub.php Implement GH-13514 PASSWORD_ARGON2 from OpenSSL 3.2 (#13635) 2024-09-02 13:01:09 +02:00
openssl_pwhash_arginfo.h Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667) 2025-06-22 14:35:28 -07:00
php_openssl.h Introduce OpenSSL INI for selecting libctx (#18768) 2025-07-14 15:16:14 +02:00
php_openssl_backend.h Use OpenSSL libctx for various BIO readers (#19448) 2025-08-11 18:21:38 +02:00
xp_ssl.c Use OpenSSL libctx for various BIO readers (#19448) 2025-08-11 18:21:38 +02:00