t

tls-core

TLS-Attacker is a Java-based framework for analyzing TLS libraries. It is developed by the Ruhr University Bochum (https://nds.rub.de/), the Paderborn University, and the Hackmanit GmbH (https://hackmanit.de/).
https://github.com/tls-attacker/TLS-Attacker/tls-core
Apache License, Version 2.0
Juraj Somorovsky Robert Merget Marcel Maehren Nurullah Erinola
Files download
File Operation
tls-core-5.2.1.jar download
tls-core-5.2.1.pom download
tls-core-5.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>de.rub.nds.tls.attacker</groupId>
  <artifactId>tls-core</artifactId>
  <version>5.2.1</version>
</dependency>
Gradle Groovy
implementation 'de.rub.nds.tls.attacker:tls-core:5.2.1'
Gradle Kotlin
implementation("de.rub.nds.tls.attacker:tls-core:5.2.1")
Scala SBT
libraryDependencies += "de.rub.nds.tls.attacker" % "tls-core" % "5.2.1"
Groovy Grape
@Grapes(
  @Grab(group='de.rub.nds.tls.attacker', module='tls-core', version='5.2.1')
)
Apache Ivy
<dependency org="de.rub.nds.tls.attacker" name="tls-core" rev="5.2.1" />
Leiningen
[de.rub.nds.tls.attacker/tls-core "5.2.1"]
Apache Buildr
'de.rub.nds.tls.attacker:tls-core:jar:5.2.1'