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 the direct checking of public keys #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

joerocklin
Copy link

This adds a flag to allow for direct checking of public keys.

Closes #4

@wyattearp was asking why this couldn't just check public keys if you
had them. So I made this change to allow that.
@dustin-decker
Copy link
Contributor

dustin-decker commented Nov 9, 2021

This change will only work if the input key is PKIX encoded. It will lead to a lot of incorrect results until we add full parsing and normalization support so I am not going to merge this until we can add that on the server side.

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

Successfully merging this pull request may close these issues.

Allow easy direct checking of public keys if you have them
2 participants