Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Myproxy problems with openssl 3.0 #171

Closed
ellert opened this issue Oct 23, 2021 · 2 comments · Fixed by #173
Closed

Myproxy problems with openssl 3.0 #171

ellert opened this issue Oct 23, 2021 · 2 comments · Fixed by #173

Comments

@ellert
Copy link
Member

ellert commented Oct 23, 2021

Myproxy fails on "make check" with openssl 3.0

https://koschei.fedoraproject.org/package/myproxy?collection=f36

@msalle
Copy link
Member

msalle commented Oct 24, 2021

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.

@fscheiner
Copy link
Member

Fixed in GCT 6.2.20220524 maintenance release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants