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
777 stars 135 forks source link

Improve server identity management #86

Open chris-wood opened 3 years ago

chris-wood commented 3 years ago

First, thanks for your (continued) work on this project! It is certainly a useful contribution to the community, and one I'm hoping we can leverage for ongoing and emerging IETF standardization work.

Over in the tls-interop-runner repository, we're hoping to use TLS-Attacker as a continual regression test against TLS stacks. I ran into a couple of problems and questions trying to run the client and server, which I'll enumerate below. Any and all feedback on how we might resolve these (either in tls-interop-runner or here in TLS-Attacker) is more than welcome!

jurajsomorovsky commented 3 years ago

Thank you for your interest in our project! We are currently working on a test suite project, whose first version will be hopefully made public this year. To address your questions: