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

Full TLS 1.2 support #48

Closed alexmgr closed 9 years ago

alexmgr commented 9 years ago

Gave it a quick spin, and I can speak TLS 1.2 to both openssl and Java, as well as a bunch of sites.

alexmgr commented 9 years ago

Probably needs double checking and a test spin, but looking good

buildhive commented 9 years ago

tintin » scapy-ssl_tls #159 SUCCESS This pull request looks good (what's this?)

tintinweb commented 9 years ago

I'll have this tested an merged in the next days. great work!

tintinweb commented 9 years ago

works fine with(DHE_RSA_WITH_AES_128_CBC_SHA, RSA_WITH_AES_128_CBC_SHA)x(tls1.0, tls1.1, tls1.2)

alexmgr commented 9 years ago

Thanks for testing!