pysslscan icon indicating copy to clipboard operation
pysslscan copied to clipboard

Report security level instead of key size for 3DES

Open tyll opened this issue 10 years ago • 1 comments

3DES is currently reported with 168 bits because of its key size, but the security level is only 112 bits: https://www.ietf.org/rfc/rfc2246.txt (page 57) - IMHO it would be better to report the security level.

tyll avatar Jul 29 '15 20:07 tyll

The information about the security level should be added to the tls cipher suite registry in the FlexTLS Python package. I have created a new issue DinoTools/python-flextls#15 to fix it.

phibos avatar Aug 04 '15 21:08 phibos