Skip to content

Commit 237659c

Browse files
committed
updated readme
1 parent 6af5499 commit 237659c

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,27 @@ In order to compile and use TLS-Attacker, you need to have Java and Maven instal
1313
```bash
1414
$ sudo apt-get install maven
1515
```
16-
TLS-Attacker currently needs Java JDK 8 to run. If you have the correct Java version you can run the maven command from the TLS-Attacker directory:
16+
TLS-Attacker currently needs Java JDK 8 to run. Since version 3.5.0, TLS-Attacker also required ASN.1-Tool and X509-Attacker as a dependency.
17+
18+
Installing ASN.1 Tool:
19+
```bash
20+
$ git clone https://github.com/RUB-NDS/ASN.1-Tool
21+
$ cd ASN.1-Tool
22+
$ mvn clean install
23+
$ cd ..
24+
25+
```
26+
27+
Installing X509-Attacker:
28+
```bash
29+
$ git clone https://github.com/RUB-NDS/x509-Attacker
30+
$ cd X509-Attacker
31+
$ mvn clean install
32+
$ cd ..
33+
```
34+
35+
36+
If you have the correct Java version you can run the maven command from the TLS-Attacker directory:
1737
```bash
1838
$ cd TLS-Attacker
1939
$ mvn clean install

0 commit comments

Comments
 (0)