mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
![]() OpenSSL 3.x relegated a set of insecure algorithms to a "legacy"
provider which is not loaded by default. Some of these algorithms
have utility beyond encryption such as for hashing, e.g., DES[1]
Add a compile-time option to load the legacy provider in 3.x. When
enabled, also load the default provider because loading any provider
explicitly disables auto-loading the default provider.
[1]
|
||
---|---|---|
.. | ||
tests | ||
config.w32 | ||
config0.m4 | ||
CREDITS | ||
openssl.c | ||
openssl.stub.php | ||
openssl_arginfo.h | ||
php_openssl.h | ||
xp_ssl.c |