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

Allow authority key identifier to be NULL, as seen on EL9 with CILogon client cert #120

Closed
wants to merge 1 commit into from

Conversation

DrDaveD
Copy link
Contributor

@DrDaveD DrDaveD commented Sep 6, 2023

CILogon client certificates do not have an X509v3 extension called X509v3 Authority Key Identifier. On EL7 (at least) when looking up that identifier the result is a structure with a -1 error indicator in it, but on EL9 (at least) the result is just NULL. This currently causes voms-proxy-init to exit (without a helpful error message even in -debug mode, by the way). So silently ignore that condition instead of returning an error.

@giacomini
Copy link
Member

Is it a duplicate of #113?

@DrDaveD
Copy link
Contributor Author

DrDaveD commented Sep 7, 2023

Yes it is. I will follow up over there.

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

Successfully merging this pull request may close these issues.

2 participants