Skip to content

Commit f743167

Browse files
committed
fixes scripts for running Tamarin to disables timeouts while checking well-formedness
1 parent 66316cb commit f743167

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tamarin-docker/verify-dh.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
tamarin-prover --prove dh.spthy
3+
tamarin-prover --derivcheck-timeout=0 --prove dh.spthy

tamarin-docker/verify-wireguard.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
tamarin-prover --heuristic=O --oraclename="wireguard.oracle" --prove wireguard.spthy
3+
tamarin-prover --derivcheck-timeout=0 --heuristic=O --oraclename="wireguard.oracle" --prove wireguard.spthy

0 commit comments

Comments
 (0)