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

Add detection of SKI calculation methods described in RFC 7093 to SubjectKeyIdentifierValidator #56

Closed
CBonnell opened this issue Dec 5, 2023 · 2 comments · Fixed by #59
Labels
enhancement New feature or request
Milestone

Comments

@CBonnell
Copy link
Collaborator

CBonnell commented Dec 5, 2023

Now that it appears at least one publicly trusted CA will be using one of the methods described in RFC 7093 for SKI calculation [1], SubjectKeyIdentifierValidator should be updated to detect the usage of these methods.

[1] https://groups.google.com/a/mozilla.org/g/dev-security-policy/c/L7XoAXt_s1c/m/Hil4RxrYAAAJ

@CBonnell CBonnell added the enhancement New feature or request label Dec 5, 2023
@aarongable
Copy link

Heh, I just came here to file this same issue. Thanks!

@CBonnell
Copy link
Collaborator Author

v0.9.9 will implement detection of the first three methods defined in RFC 7093. Implementing the fourth method is a challenge due to any hash algorithm being allowed.

Will revisit the decision to not implement detection of method 4 if any adoption of the method is seen.

@CBonnell CBonnell added this to the v0.9.9 milestone Dec 15, 2023
@CBonnell CBonnell linked a pull request Dec 15, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants