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

Need help with authenticating clients with a CA signed and server signed certificates #93

Closed ayushbindlish closed 3 years ago

ayushbindlish commented 3 years ago

I am trying to authenticate client with server signed certificate and also with a CA signed certificate. Please help to achieve the same.