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

Enumerate supported DH parameters #4

Open
tyll opened this issue Sep 22, 2014 · 1 comment
Open

Enumerate supported DH parameters #4

tyll opened this issue Sep 22, 2014 · 1 comment
Assignees
Milestone

Comments

@tyll
Copy link
Contributor

tyll commented Sep 22, 2014

The ServerKeyExchange message contains details about the DH parameters. It should be checked that it is complex enough.

@phibos phibos self-assigned this Nov 6, 2014
@phibos phibos added this to the 0.5 milestone Nov 13, 2014
@phibos
Copy link
Member

phibos commented Mar 4, 2015

The next version of FlexTLS can decode ServerKeyExchange messages. But at the moment I'm not sure how to check if the DH parameters are complex enough.

It's possible to extract three values from ServerDHParams.

  • dh_p - The prime modulus used for the Diffie-Hellman operation.
  • dh_g - The generator used for the Diffie-Hellman operation.
  • dh_Ys - The server's Diffie-Hellman public value (g^X mod p).

@phibos phibos modified the milestones: Ideas, 0.5 Mar 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants