tls-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.rub.nds.tls.attacker</groupId> <artifactId>tls-core</artifactId> <version>7.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>de.rub.nds.tls.attacker</groupId> <artifactId>tls-core</artifactId> <version>7.1.0</version> <name>TLS-Core</name> <description>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/).</description> <url>https://github.com/tls-attacker/TLS-Attacker/tls-core</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>jsomorovsky</id> <name>Juraj Somorovsky</name> <email>juraj.somorovsky@upb.de</email> <url>https://github.com/jurajsomorovsky/</url> <organization>UPB</organization> <organizationUrl>https://cs.uni-paderborn.de/en/syssec/</organizationUrl> <roles> <role>Architect</role> <role>Developer</role> </roles> </developer> <developer> <id>ic0ns</id> <name>Robert Merget</name> <email>robert.merget@tii.ae</email> <url>https://github.com/ic0ns/</url> <organization>TII</organization> <organizationUrl>https://www.tii.ae/</organizationUrl> <roles> <role>Team lead</role> </roles> </developer> <developer> <id>mmaehren</id> <name>Marcel Maehren</name> <email>marcel.maehren@rub.de</email> <url>https://github.com/mmaehren/</url> <organization>NDS</organization> <organizationUrl>https://informatik.rub.de/nds/</organizationUrl> <roles> <role>Developer</role> </roles> </developer> <developer> <id>NErinola</id> <name>Nurullah Erinola</name> <email>nurullah.erinola@rub.de</email> <url>https://github.com/NErinola/</url> <organization>NDS</organization> <organizationUrl>https://informatik.rub.de/nds/</organizationUrl> <roles> <role>Developer</role> </roles> </developer> </developers> <scm> <connection>scm:git:https://github.com/tls-attacker/TLS-Attacker.git</connection> <developerConnection>scm:git:ssh://git@github.com/tls-attacker/TLS-Attacker-Development.git</developerConnection> <tag>v7.1.0</tag> <url>https://github.com/tls-attacker/TLS-Attacker</url> </scm> <dependencies> <dependency> <groupId>de.rub.nds.tls.attacker</groupId> <artifactId>transport</artifactId> <version>7.1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>de.rub.nds.tls.attacker</groupId> <artifactId>utils</artifactId> <version>7.1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.beust</groupId> <artifactId>jcommander</artifactId> <version>1.82</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.4.8-jre</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.googlecode.json-simple</groupId> <artifactId>json-simple</artifactId> <version>1.1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>de.rub.nds</groupId> <artifactId>asn1-attacker</artifactId> <version>4.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>de.rub.nds</groupId> <artifactId>modifiable-variable</artifactId> <version>5.1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>de.rub.nds</groupId> <artifactId>protocol-attacker</artifactId> <version>2.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>de.rub.nds</groupId> <artifactId>x509-attacker</artifactId> <version>4.1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>dnsjava</groupId> <artifactId>dnsjava</artifactId> <version>3.6.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> <version>4.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.17.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>2.24.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.24.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> <version>2.24.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk18on</artifactId> <version>1.80</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk18on</artifactId> <version>1.80</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.cryptomator</groupId> <artifactId>siv-mode</artifactId> <version>1.6.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> <version>4.0.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.reflections</groupId> <artifactId>reflections</artifactId> <version>0.10.2</version> <scope>compile</scope> </dependency> </dependencies> </project>