php-src/ext/openssl
Jakub Zelenka 20c8c12d9e
Fix #81724: openssl_cms_encrypt only allows specific ciphers
The allows cipher_algo to be specified as a string. It means the not
only predefined ID ciphers are available which means that also auth
enveloped data can be created using AES GCM.

Closes GH-19459
2025-08-12 15:52:09 +02:00
..
tests Fix #81724: openssl_cms_encrypt only allows specific ciphers 2025-08-12 15:52:09 +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 Fix #81724: openssl_cms_encrypt only allows specific ciphers 2025-08-12 15:52:09 +02:00
openssl.stub.php Fix #81724: openssl_cms_encrypt only allows specific ciphers 2025-08-12 15:52:09 +02:00
openssl_arginfo.h Fix #81724: openssl_cms_encrypt only allows specific ciphers 2025-08-12 15:52:09 +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