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

Support for subject hash property of a certificate #45

Merged
merged 1 commit into from
Feb 6, 2017
Merged

Support for subject hash property of a certificate #45

merged 1 commit into from
Feb 6, 2017

Conversation

jkryl
Copy link
Contributor

@jkryl jkryl commented Jan 30, 2017

Subject hash is useful for generating directories with CAs indexed by the hash for fast lookup. Using openssl command the hash can be generated:

openssl x509 -hash -in ca.crt -noout

This PR adds new propery subjectHash to certificate object.

@Southern
Copy link
Owner

LGTM. This will be in 0.3.1 at some point this week.

Thanks for your contribution!

@Southern Southern merged commit 73ebcef into Southern:master Feb 6, 2017
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