You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am currently experimenting with the Resumption Handshake using TLS-Attacker as the server and OpenSSL as the client. My current implementation follows this sequence:
there is no mechanism to switch between two expected paths in a workflow trace. However, it's quite easy to achieve this using TLS-Attacker as a library of a small maven project (see here). The ExampleClass of this repo uses the WorkflowExecutor as TLS-Server.jar would but you can simply just use the state to execute each action individually and choose subsequents actions based on the result.
Description:
Hello, I am currently experimenting with the Resumption Handshake using TLS-Attacker as the server and OpenSSL as the client. My current implementation follows this sequence:
Question
I would like to define an alternative workflow simultaneously to this one, which would involve another full handshake instead of a session resumption.
My goal is to handle two possible cases for a second ClientHello:
Is there a way to implement this behavior using TLS-Attacker, so that both handshake paths can be evaluated in the same workflow?
Any guidance or suggestions would be greatly appreciated.
Thanks in advance!
The text was updated successfully, but these errors were encountered: