ThomasHabets / tlshake

Apache License 2.0
2 stars 0 forks source link

Feature Request: Add options for older SSL and TLS versions #4

Open alexanderkoponen opened 4 weeks ago

alexanderkoponen commented 4 weeks ago

It would be useful to add flags for older versions, i.e. TLS 1.1, TLS 1.0, SSL 3 and so on. The idea is to use this program for automated compliance testing, in such a scenario it would make sense to able to find services using older versions.

ThomasHabets commented 4 weeks ago

May require a TLS library change or a separate code path, since it looks like rustls only supports 1.2 and 1.3.