Robert Merget
Robert Merget
Update: I think a student of mine implemented this. I will have to check if its actually working before finally closing this issue.
This feature will be probably added in TLS-Attacker 4.0
No, you would need to check this yourself.
`state.getTlsContext().getClientCertificate() == null`
Hm that is weird. We will look into this
this is the correct method, but it might be that x25519 certificates are not supported by our underlying api.
Thats a fair point, I guess we should also scan for SessionTicket Lifetime hints and adjust the recommendation accordingly
You are right - that is pretty much what is happening. The Encrypt-then-MAC check should be a dedicated connection since we only need to exclusively offer cbc cipher suites.