Hi
On modern distro, md4/md5 digest are not allowed anymore (ex RHEL-7),
thus this test is failing.
Patch proposal (verify only modern algo)
https://raw.githubusercontent.com/remicollet/remirepo/0fc68b550e90d24a1cf8208d78d10981f06267a7/php/php56/php-5.6.0-openssl.patch
If nobody complains, I plan to apply it in 5.6+
Remi.
Hi
On modern distro, md4/md5 digest are not allowed anymore (ex RHEL-7),
thus this test is failing.Patch proposal (verify only modern algo)
https://raw.githubusercontent.com/remicollet/remirepo/0fc68b550e90d24a1cf8208d78d10981f06267a7/php/php56/php-5.6.0-openssl.patchIf nobody complains, I plan to apply it in 5.6+
Remi.
Is it feasible/practical/a good idea to formally deprecate this? (i.e.
emit E_DEPRECATED
when these are specified as acceptable algos)