Closed tintinweb closed 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' |>>] |>```
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 ;)
I do not think we need to put effort into adding it as it is't really widely used :)