| 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 | 
 | 
| 2123 |      9 | goals_limit := 1;
 | 
| 1944 |     10 | 
 | 
| 2325 |     11 | (*Shared-key protocols*)
 | 
| 2530 |     12 | time_use_thy "NS_Shared";
 | 
| 5053 |     13 | time_use_thy "Kerberos_BAN";
 | 
| 6452 |     14 | time_use_thy "KerberosIV";
 | 
| 2530 |     15 | time_use_thy "OtwayRees";
 | 
|  |     16 | time_use_thy "OtwayRees_AN";
 | 
|  |     17 | time_use_thy "OtwayRees_Bad";
 | 
|  |     18 | time_use_thy "WooLam";
 | 
|  |     19 | time_use_thy "Recur";
 | 
|  |     20 | time_use_thy "Yahalom";
 | 
|  |     21 | time_use_thy "Yahalom2";
 | 
| 6400 |     22 | time_use_thy "Yahalom_Bad";
 | 
| 1944 |     23 | 
 | 
| 2325 |     24 | (*Public-key protocols*)
 | 
| 2530 |     25 | time_use_thy "NS_Public_Bad";
 | 
|  |     26 | time_use_thy "NS_Public";
 | 
| 3475 |     27 | time_use_thy "TLS";
 |