DinoTools / pysslscan

Framework and command-line tool to scan SSL enabled services
pysslscan.rtfd.org
GNU Lesser General Public License v3.0
35 stars 12 forks source link

Enumerate supported ECC curves #14

Closed tyll closed 9 years ago

tyll commented 9 years ago

Servers might support different curves, that provide different levels of security. Therefore they should be enumerated as well.

phibos commented 9 years ago

The latest dev version of FlexTLS can track the connection state and decode KeyExchange messages. These functions are used to enumerate the supported elliptic curves.