tintinweb / scapy-ssl_tls

SSL/TLS layers for scapy the interactive packet manipulation tool
GNU General Public License v2.0
419 stars 156 forks source link

rework sslv2 handling #76

Closed tintinweb closed 8 years ago

tintinweb commented 8 years ago
tintinweb commented 8 years ago

unittests are happy; manually verified SSLv2, this is good to merge.

>>> SSL(str(SSL(records=[SSLv2Record(length=0x591, content_type=5)/"\xbf"])))
<SSL  records=[<SSLv2Record  length=0x591 content_type=5 |<Raw  load='\xbf' |>>] |>```
alexmgr commented 8 years ago

Do you need to add RC2_CBC_128_CBC_WITH_MD5 to TLSSecurityParameters.crypto-params for future decryption to work? Other then that, knock yourself out ;)

tintinweb commented 8 years ago

I do not think we need to put effort into adding it as it is't really widely used :)