You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The ServerKeyExchange message contains details about the DH parameters. It should be checked that it is complex enough.
The text was updated successfully, but these errors were encountered: