trufflesecurity / driftwood

Private key usage verification
https://trufflesecurity.com
Apache License 2.0
406 stars 32 forks source link

Allow the direct checking of public keys #5

Open joerocklin opened 3 years ago

joerocklin commented 3 years ago

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

Closes #4

dustin-decker commented 3 years ago

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.