Skip to content

Commit b42dc2e

Browse files
committed
Add BouncyCastle as SecurityProvider which should allow handshake completion using RA test runner.
1 parent 0d67d4a commit b42dc2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/se/uu/it/dtlsfuzzer/MainRA.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
package se.uu.it.dtlsfuzzer;
22

33
import com.github.protocolfuzzing.protocolstatefuzzer.entrypoints.CommandLineParser;
4+
import de.rub.nds.tlsattacker.core.util.ProviderUtil;
45

56
public class MainRA {
67

78
public static void main(String[] args) {
9+
ProviderUtil.addBouncyCastleProvider();
810
MultiBuilderRA mb = new MultiBuilderRA();
911
String[] parentLoggers = { Main.class.getPackageName() };
1012

0 commit comments

Comments
 (0)