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

Encryption helper #11

Closed alexmgr closed 9 years ago

alexmgr commented 9 years ago

As discussed, a quick PoC for handling encryption which lies on top of the previous pull request. Decryption is not covered yet. Feature is covered by unit testing but requires proper testing, which I will do shortly, so they might be a few other commits on top of this.