Skip to content

Commit

Permalink
Merge pull request #32 from hph86/fix-ec
Browse files Browse the repository at this point in the history
src - Remove unwanted debug output from EC module
  • Loading branch information
phibos committed Feb 4, 2016
2 parents 11f008a + 9f078a2 commit e6aa58e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sslscan/module/scan/server_elliptic_curves.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def stop_condition(record, records):
tmp_ec_id = None
if isinstance(server_key_exchange.payload, ServerKeyExchangeECDSA):
tmp_params = server_key_exchange.payload.params
print(tmp_params)
if isinstance(tmp_params, ServerECDHParamsField):
if isinstance(tmp_params.curve_params, ECParametersNamedCurveField):
tmp_ec_id = tmp_params.curve_params.namedcurve
Expand Down

0 comments on commit e6aa58e

Please sign in to comment.