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

ssl-enum-ciphers reports dhparam sizes divided by 8 #172

Closed
MichalStaruch opened this issue Jun 23, 2015 · 1 comment
Closed

ssl-enum-ciphers reports dhparam sizes divided by 8 #172

MichalStaruch opened this issue Jun 23, 2015 · 1 comment

Comments

@MichalStaruch
Copy link

ssl-enum-ciphers script reports dhparam size divided by 8, that is when we generate 4096 dhparam with
openssl dhparam -out dhparam.pem 4096 ssl-enum-ciphers reports it as (dh 512).

Tested on nmap 6.49SVN (commit df5d9a7).

@dmiller-nmap
Copy link

Thanks for the report. This was due to some confusion between DH and ECDH strength-vs-length equivalences. I have corrected this in ddc5762, with help from Brandon Paulsen.

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

No branches or pull requests

2 participants