| 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;
 | 
| 5359 |     14 | HOL_quantifiers := false;
 | 
| 1944 |     15 | 
 | 
| 2325 |     16 | (*Shared-key protocols*)
 | 
| 2530 |     17 | time_use_thy "NS_Shared";
 | 
| 5053 |     18 | time_use_thy "Kerberos_BAN";
 | 
| 2530 |     19 | time_use_thy "OtwayRees";
 | 
|  |     20 | time_use_thy "OtwayRees_AN";
 | 
|  |     21 | time_use_thy "OtwayRees_Bad";
 | 
|  |     22 | time_use_thy "WooLam";
 | 
|  |     23 | time_use_thy "Recur";
 | 
|  |     24 | time_use_thy "Yahalom";
 | 
|  |     25 | time_use_thy "Yahalom2";
 | 
| 1944 |     26 | 
 | 
| 2325 |     27 | (*Public-key protocols*)
 | 
| 2530 |     28 | time_use_thy "NS_Public_Bad";
 | 
|  |     29 | time_use_thy "NS_Public";
 | 
| 3475 |     30 | time_use_thy "TLS";
 | 
| 2325 |     31 | 
 |