| author | wenzelm |
| Wed, 08 Mar 2000 17:48:31 +0100 | |
| changeset 8364 | 0eb9ee70c8f8 |
| parent 7239 | 26685edee372 |
| child 9000 | c20d58286a51 |
| permissions | -rw-r--r-- |
| 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 |
||
|
6349
f7750d816c21
removed foo_build_completed -- now handled by session management (via usedir);
wenzelm
parents:
5359
diff
changeset
|
9 |
writeln"Root file for HOL/Auth"; |
| 1944 | 10 |
|
| 4449 | 11 |
set proof_timing; |
| 2123 | 12 |
goals_limit := 1; |
| 1944 | 13 |
|
| 2325 | 14 |
(*Shared-key protocols*) |
| 2530 | 15 |
time_use_thy "NS_Shared"; |
| 5053 | 16 |
time_use_thy "Kerberos_BAN"; |
| 6452 | 17 |
time_use_thy "KerberosIV"; |
| 2530 | 18 |
time_use_thy "OtwayRees"; |
19 |
time_use_thy "OtwayRees_AN"; |
|
20 |
time_use_thy "OtwayRees_Bad"; |
|
21 |
time_use_thy "WooLam"; |
|
22 |
time_use_thy "Recur"; |
|
23 |
time_use_thy "Yahalom"; |
|
24 |
time_use_thy "Yahalom2"; |
|
| 6400 | 25 |
time_use_thy "Yahalom_Bad"; |
| 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"; |