You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just had a quick look and it seems to fail in ssl_utils.c at either line 762 or line 883. According to the migration guide and the 3.0 manpage for PEM_read_PrivateKey there shouldn't have been any changes there.
Note that the reason in the build log might be wrong due to the removal of the function part in the error strings (for example ERR_func_error_string() now always returns NULL), in particular with pre-openssl-3.0 code creating custom error strings: they now might mess up things like the reason.
So the question is why PEM_read_PrivateKey() fails.
Myproxy fails on "make check" with openssl 3.0
https://koschei.fedoraproject.org/package/myproxy?collection=f36
The text was updated successfully, but these errors were encountered: