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

Support for DTLS 1.0 and Client Authentication for TLS 1.0 #152

Open pratikmohanty opened 5 years ago

pratikmohanty commented 5 years ago

With these commits, scapy-ssl_tls will have full fledged client side support for DTLS 1.0 and client authentication for TLS 1.0. I have also added scripts in the examples folder for DTLS with and without client authentication. I have also added TLS 1.0 specific lines to client_rsa_mutual_auth.py.

Regards Pratik