tls-attacker / TLS-Attacker

TLS-Attacker is a Java-based framework for analyzing TLS libraries. It can be used to manually test TLS clients and servers or as as a software library for more advanced tools.
Apache License 2.0
789 stars 136 forks source link

attacker DTLS #110

Closed abeo078 closed 3 years ago

abeo078 commented 3 years ago

I want to test DTLS, how should I do?

ic0ns commented 3 years ago

You can simply set -transport_handler_type UDP and -version DTLS and you are ready to go. If you want to do it in code you have to set the respective config fields