TLS-Attacker
TLS-Attacker copied to clipboard
TLS-Attacker is a Java-based framework for analyzing TLS libraries. It is developed by the Ruhr University Bochum (http://nds.rub.de/), the Paderborn University (https://cs.uni-paderborn.de/syssec/),...
## Title: ThreadedServerWorkflowExecutor with DTLS 1.2 ### Description: I am trying to use the `ThreadedServerWorkflowExecutor `feature, but I'm encountering some issues when attempting to use it with DTLS 1.2. ###...
I noticed that when I provide a random value inside defaultServerConnection, it appears to be ignored and does not take effect as expected. Additionally, I attempted to set false, but...
Hello, I noticed that the `Record` class supports the `shouldPrepare` option; however, the `sendConfiguration` and `sendData` methods in the `RecordLayer` class currently do not account for cases where `shouldPrepare` is...
Hello, I'm looking to implement a custom action that reads only any single protocol message. I came across your comments on issue #177 and I believe the action for receiving...