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

Now prints the curve name and key strength for ECC certificates. #197

Merged
merged 1 commit into from
Mar 18, 2020

Conversation

jtesta
Copy link
Contributor

@jtesta jtesta commented Mar 18, 2020

I had noticed that docs.google.com uses an ECC public key, but the curve name & key strength weren't being reported. This PR fixes that. Now we get:

$ ./sslscan docs.google.com
[...]
  SSL Certificate:
Signature Algorithm: sha256WithRSAEncryption
ECC Curve Name:      prime256v1
ECC Key Strength:    128
[...]

@rbsec rbsec merged commit 5bb3b78 into rbsec:master Mar 18, 2020
@rbsec
Copy link
Owner

rbsec commented Mar 18, 2020

Awesome - another good addition.

@jtesta jtesta deleted the ecc_public_key branch May 8, 2020 17:46
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