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

Newest version in Maven central #149

Closed kostis closed 1 year ago

kostis commented 1 year ago

I saw that there is a new version (5.1.6) released. Congratulations!

Are there any plans to also include this release in the Maven central repository? It seems that the latest version posted there is 3.8.1 which is quite old by now.

Also, minor nitpick: The README promises that

If you want to use this project as a dependency, you do not have to compile it yourself and can include it in your pom .xml as follows. ... <Code showing version 4.0.0>

AFAIK, there is no such version. It would be a good idea to keep this updated to the latest version posted on the Maven repo.

mmaehren commented 1 year ago

Hey,

starting with version 4.0, we switched from de.rub.nds.tlsattacker to de.rub.nds.tls.attacker. Newer versions, including 5.1.6, have been published under this new group id.

mmaehren commented 1 year ago

Thank you for reporting this. The readme.md has been update with release v5.2.1.