php-src/ext/openssl
Niels Dossche 0dc600c69a
Fix openssl_random_pseudo_bytes() always setting strong_result to true
This regressed in 62c7432f, prior to that commit the value was set to
false in case random number generation failed, but now even if an
exception is thrown it is set to true. This likely does not _really_
matter as the user will handle the exception, still the value in
$strong_result is observable.
2025-04-02 20:25:21 +02:00
..
tests Fix memory leak in openssl_sign() when passing invalid algorithm 2025-04-02 20:15:53 +02: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 Fix openssl_random_pseudo_bytes() always setting strong_result to true 2025-04-02 20:25:21 +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 Merge branch 'PHP-8.2' into PHP-8.3 2024-04-07 21:37:01 +02:00