php-src/ext/openssl
Jakub Zelenka 42f6c15186
Fix bug #74796: Requests through http proxy set peer name
This issue happens because http wrapper sets peer_name but then does not
remove so it stays in the context. The fix removes the peer name from
the context after enabling crypto.

In addition to bug #74796, this also fixes bug #76196.

In addition it should be a final fix for those SOAP bugs:

bug #69783
bug #52913
bug #61463
2025-06-05 14:08:28 +02:00
..
tests Fix bug #74796: Requests through http proxy set peer name 2025-06-05 14:08:28 +02:00
config.w32
config0.m4 Fix #75725: ./configure: detecting RAND_egd 2021-11-22 14:11:07 +01:00
CREDITS Add support for Cryptographic Message Syntax (CMS) 2020-06-07 16:58:34 +01:00
openssl.c Fix memory leak of X509_STORE in php_openssl_setup_verify() on failure 2025-06-03 23:45:51 +02:00
openssl.stub.php Merge branch 'PHP-8.2' into PHP-8.3 2024-09-28 16:24:01 +01:00
openssl_arginfo.h Merge branch 'PHP-8.2' into PHP-8.3 2024-09-28 16:24:01 +01:00
php_openssl.h Fix GH-11054: Reset OpenSSL errors when using a PEM public key 2023-05-06 11:56:31 +01:00
xp_ssl.c Split off php_set_sock_blocking() and s.is_blocked to a separate function 2025-05-20 08:08:06 +02:00