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

Tests are failing with release TLS-Attacker 3.7.0 #112

Closed ghost closed 2 years ago

ghost commented 3 years ago

some tests are failed OpenJDK 11.

please find the log https://api.travis-ci.com/v3/job/513534564/log.txt

ic0ns commented 3 years ago

Java 11 is not officially supported yet. We are still working on that. The Problem ist that JAXB changed the formatting in Java 11, which causes our tests to fail...

ic0ns commented 2 years ago

Java11 is now supported wiht TLS-Attacker 3.8.0