-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement TLS 1.3 Client Authentication #62
Comments
Hey, You can specify a Certificate and private key yourself by setting the defaultExplicitCertificateKeyPair and setting autoSelectCertificate to false. However I do not think we support TLS 1.3 client authentication as of now. I will put it on the TODO list and try to find a student to implement it. |
Thank you for the help! |
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 |
Hello,
I intend to construct a worksflow trace in TLS-Attacker's Java code and send it to a server in order to establish a TLS handshake. However, I have two issues here:
For now, my code looks as follows:
Thank you!
The text was updated successfully, but these errors were encountered: