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

Skipped the tests, exception while running invalid curve attack Not fixed #52

Closed parthsankhala78 closed 5 years ago

parthsankhala78 commented 5 years ago
Tests in error:
UnlimitedStrengthTest.testAES256:42 » IllegalAccess Can not set static final b...
WorkflowTraceTest.:29 » Configuration Not possible to use unrestricted p...

This is the relevant part, it seems like the UnlimitedStrengthTests fail. It seems like you are using Oracle Java. You are having this issue: #21

The suggested fix should work for you

Originally posted by @ic0ns in https://github.com/RUB-NDS/TLS-Attacker/issues/20#issuecomment-281064097