php-src/ext/openssl
DanielEScherzer ddd33fd7e4
Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667)
When global constants' or class constants' availability is based on some
preprocessor condition, the generated arginfo header files wrap the
declarations in the preprocessor `#if` conditional blocks, one per declaration,
even if they are in the same conditional block based on comments in the stub
file. Instead of having multiple conditional blocks one after the other with
the same condition, combine them into a single conditional block.
2025-06-22 14:35:28 -07:00
..
tests Merge branch 'PHP-8.3' into PHP-8.4 2025-06-05 18:05:24 +02:00
config.w32 Introduce openssl backend for v1 and v3 API separation (#16918) 2025-02-06 15:50:05 +01:00
config0.m4 Introduce openssl backend for v1 and v3 API separation (#16918) 2025-02-06 15:50:05 +01:00
CREDITS Add support for Cryptographic Message Syntax (CMS) 2020-06-07 16:58:34 +01:00
openssl.c Remove dead code from openssl_spki_new() implementation (#18752) 2025-06-10 22:35:56 +02:00
openssl.stub.php Make further OpenSSL 1.0.2 clean up 2025-04-08 18:06:56 +02:00
openssl_arginfo.h Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667) 2025-06-22 14:35:28 -07:00
openssl_backend_common.c Use custom OpenSSL libctx in md and cipher handling code (#18516) 2025-06-04 18:46:00 +02:00
openssl_backend_v1.c Use custom OpenSSL libctx in md and cipher handling code (#18516) 2025-06-04 18:46:00 +02:00
openssl_backend_v3.c Use custom OpenSSL libctx in md and cipher handling code (#18516) 2025-06-04 18:46:00 +02:00
openssl_pwhash.c Implement GH-13514 PASSWORD_ARGON2 from OpenSSL 3.2 (#13635) 2024-09-02 13:01:09 +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 Init OpenSSL libctx and use it for pkey (#18282) 2025-05-06 20:14:55 +02:00
php_openssl_backend.h Use custom OpenSSL libctx in md and cipher handling code (#18516) 2025-06-04 18:46:00 +02:00
xp_ssl.c Merge branch 'PHP-8.4' 2025-05-20 08:08:46 +02:00