php-src/ext/openssl
Nikita Popov a80ae97d31 Only report provided ciphers in openssl_get_cipher_methods()
With OpenSSL 3 ciphers may be registered, but not provided. Make
sure that openssl_get_cipher_methods() only returns provided
ciphers, so that "in_array openssl_get_cipher_methods" style
checks continue working as expected.
2021-08-04 12:56:32 +02:00
..
tests Don't test legacy algorithms in SPKI tests 2021-08-04 12:02:58 +02:00
config0.m4 Check RAND_egd after setting up openssl 2021-05-14 12:02:28 +02:00
config.w32 Remove HAVE_DSA_DEFAULT_METHOD 2019-07-22 16:02:55 +02:00
CREDITS Add support for Cryptographic Message Syntax (CMS) 2020-06-07 16:58:34 +01:00
openssl_arginfo.h Not serializable flag permeation 2021-07-20 12:28:35 +02:00
openssl.c Only report provided ciphers in openssl_get_cipher_methods() 2021-08-04 12:56:32 +02:00
openssl.stub.php Not serializable flag permeation 2021-07-20 12:28:35 +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 typos (#7327) 2021-08-01 18:03:30 +01:00