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

Tls1.1 support #33

Closed alexmgr closed 9 years ago

alexmgr commented 9 years ago
Added TLS 1.1 support

- Support for TLS 1.1 explicit IVs is complete. Stream ciphers remain
unchanged, block ciphers use explicit IVs
- Added a few integration switches to s_server to test tls 1.1
- Added unittests coverage
buildhive commented 9 years ago

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

tintinweb commented 9 years ago

that is really good news! great work. Now I finally have to tidy up the readme :)

alexmgr commented 9 years ago

I'll merge this in then. Same, I should take the time to update some portions of the docs.