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

fixes KeyError: 'data' when calling tls_do_handshake due to recent … #54

Closed tintinweb closed 8 years ago

tintinweb commented 8 years ago

…changes to TLSClientKeyExchange layers.

reprod. by running padding_and_mac_checks.py / security_scanner.py

tintinweb commented 8 years ago

manually ran unit tests and confirmed that both padding_and_mac_checks.py and security_scanner.py do not raise that exception anymore.