* Andrew G <
andrew...@gmail.com> [2022-08-26 23:20]:
> We've built our own openssl with our PHP to use version 3.0.5. Now when we
> try to log in with SAML we get an error:
>
> Uncaught Error: Call to undefined function
> SimpleSAML\openssl_random_pseudo_bytes()
Seems this code is being used by a dependency of SSP, xmlseclibs:
https://github.com/robrichards/xmlseclibs/search?q=openssl_random_pseudo_bytes
Judging from past expieriences (and commit frequency) I wouldn't
expect any xmlseclibs releases anytime soon. (You can of course help
to change this by submitting clear, tested PRs to the xmlseclibs
repo. If you depend on FIPS certification you're lilkely using this in
a regulated industry and as such should be in a position to help fund
the necessary changes.)
-peter