mozilla / cipherscan

A very simple way to find out which SSL ciphersuites are supported by a target.
Mozilla Public License 2.0
1.95k stars 265 forks source link

all IANA cipher suites #193

Open kylak opened 1 month ago

kylak commented 1 month ago

Hello, does cipherscan uses all IANA cipher suites ?

Thanks.

tomato42 commented 1 month ago

No, it doesn't. It can detect only the ones that the included version of openssl knows about.

152 is about fixing it (making the python code perform the check, not openssl command line utility)

kylak commented 1 month ago

Ok, thanks for the information.