prbinu / tls-scan

An Internet scale, blazing fast SSL/TLS scanner ( non-blocking, event-driven )
https://prbinu.github.io/tls-scan
Other
283 stars 54 forks source link

all IANA cipher suites #62

Open kylak opened 1 month ago

kylak commented 1 month ago

Hello, does tls-scan uses all IANA cipher suites ?

Thanks.

prbinu commented 1 month ago

Hi @kylak, tls-scan supports all ciphers supported by openssl. I believe it covers all ciphers (including deprecated ones), but I've not done a comparison with IANA cipher suites list.

kylak commented 1 month ago

It doesn't. OpenSSL uses around 218 cipher suites, but there are 352 IANA cipher suites.

kylak commented 1 month ago

And btw I finally ended up counting how many cipher suite uses approximately tls-scan, I found 274 (its' more than OpenSSL due to GnuTLS).

prbinu commented 1 month ago

seems like you nailed it!