1944
|
1 |
(* Title: HOL/Auth/ROOT
|
|
2 |
ID: $Id$
|
|
3 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory
|
|
4 |
Copyright 1996 University of Cambridge
|
|
5 |
|
1971
|
6 |
Root file for protocol proofs.
|
1944
|
7 |
*)
|
|
8 |
|
|
9 |
HOL_build_completed; (*Make examples fail if HOL did*)
|
|
10 |
|
|
11 |
writeln"Root file for HOL/Auth";
|
4449
|
12 |
set proof_timing;
|
2123
|
13 |
goals_limit := 1;
|
1944
|
14 |
|
2325
|
15 |
(*Shared-key protocols*)
|
2530
|
16 |
time_use_thy "NS_Shared";
|
|
17 |
time_use_thy "OtwayRees";
|
|
18 |
time_use_thy "OtwayRees_AN";
|
|
19 |
time_use_thy "OtwayRees_Bad";
|
|
20 |
time_use_thy "WooLam";
|
|
21 |
time_use_thy "Recur";
|
|
22 |
time_use_thy "Yahalom";
|
|
23 |
time_use_thy "Yahalom2";
|
1944
|
24 |
|
2325
|
25 |
(*Public-key protocols*)
|
2530
|
26 |
time_use_thy "NS_Public_Bad";
|
|
27 |
time_use_thy "NS_Public";
|
3475
|
28 |
time_use_thy "TLS";
|
2325
|
29 |
|