1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00
Files
archived-php-src/ext
Adam Saponara 956c3c2c03 ext/openssl: Add option to load legacy algorithm provider
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] https://github.com/vitessio/vitess/blob/9e40015748ede158357bd7291f583db138abc3df/go/vt/vtgate/vindexes/hash.go#L157

Closes GH-13951
2024-04-28 14:52:45 +01:00
..
2024-04-11 08:59:48 +09:00
2024-03-13 23:32:35 +01:00
2024-03-19 22:36:33 +00:00
2024-03-13 09:30:33 +01:00
2024-04-11 15:58:25 +02:00
2024-03-18 11:59:34 +01:00
2024-04-19 10:07:11 +01:00
2024-04-27 23:45:55 +02:00
2024-04-12 11:04:41 +01:00
2024-04-21 16:07:40 +02:00
2024-04-26 23:53:27 +03:00
2024-03-10 13:15:15 +01:00
2024-04-10 10:02:24 +09:00
2024-03-15 20:33:59 +01:00
2024-04-20 22:34:53 +09:00
2024-04-08 19:31:20 +02:00
2024-04-16 14:20:23 +02:00
2024-04-18 08:19:44 +02:00
2024-04-20 17:12:20 +01:00
2024-04-15 14:15:17 +02:00