php-src/ext/openssl
Niels Dossche b09be29ac1 Fix incorrect error checking in php_openssl_set_server_dh_param()
SSL_CTX_set_tmp_dh() and SSL_CTX_set0_tmp_dh_pkey() return 1 on success
and 0 on error. But only < 0 was checked which means that errors were
never caught.

Closes GH-10705.
2023-02-26 08:17:14 +00:00
..
tests Fix duplicated FILE section in test bug80747.phpt 2023-01-23 13:50:49 +00:00
config.w32 Remove HAVE_DSA_DEFAULT_METHOD 2019-07-22 16:02:55 +02:00
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 Revert "Merge branch 'PHP-8.0' into PHP-8.1" 2023-01-16 11:15:30 +03:00
openssl.stub.php Merge branch 'PHP-8.0' into PHP-8.1 2022-04-13 15:23:09 +02:00
openssl_arginfo.h Merge branch 'PHP-8.0' into PHP-8.1 2022-04-13 15:23:09 +02:00
php_openssl.h Only report provided ciphers in openssl_get_cipher_methods() 2021-08-04 12:56:32 +02:00
xp_ssl.c Fix incorrect error checking in php_openssl_set_server_dh_param() 2023-02-26 08:17:14 +00:00