src/HOL/Auth/ROOT.ML
author wenzelm
Wed, 14 Sep 2005 23:14:57 +0200
changeset 17394 a8c9ed3f9818
parent 14716 1846cc85ada1
child 18886 9f27383426db
permissions -rw-r--r--
renamed Guard/NS_Public, Guard/OtwayRees, Guard/Yahalom.thy to avoid clash with plain Auth versions;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1944
ea0f573b222b ROOT file for Auth directory
paulson
parents:
diff changeset
     1
(*  Title:      HOL/Auth/ROOT
ea0f573b222b ROOT file for Auth directory
paulson
parents:
diff changeset
     2
    ID:         $Id$
ea0f573b222b ROOT file for Auth directory
paulson
parents:
diff changeset
     3
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
ea0f573b222b ROOT file for Auth directory
paulson
parents:
diff changeset
     4
    Copyright   1996  University of Cambridge
ea0f573b222b ROOT file for Auth directory
paulson
parents:
diff changeset
     5
1971
30fe5ac5c04e Now runs all Auth proofs
paulson
parents: 1944
diff changeset
     6
Root file for protocol proofs.
1944
ea0f573b222b ROOT file for Auth directory
paulson
parents:
diff changeset
     7
*)
ea0f573b222b ROOT file for Auth directory
paulson
parents:
diff changeset
     8
14716
1846cc85ada1 tuned document;
wenzelm
parents: 14307
diff changeset
     9
no_document use_thy "NatPair";
1846cc85ada1 tuned document;
wenzelm
parents: 14307
diff changeset
    10
17394
a8c9ed3f9818 renamed Guard/NS_Public, Guard/OtwayRees, Guard/Yahalom.thy to avoid clash with plain Auth versions;
wenzelm
parents: 14716
diff changeset
    11
add_path "Guard";
a8c9ed3f9818 renamed Guard/NS_Public, Guard/OtwayRees, Guard/Yahalom.thy to avoid clash with plain Auth versions;
wenzelm
parents: 14716
diff changeset
    12
13550
5a176b8dda84 removal of blast.overloaded
paulson
parents: 13508
diff changeset
    13
set timing;
1944
ea0f573b222b ROOT file for Auth directory
paulson
parents:
diff changeset
    14
2325
ea8a1fc512e6 Loads new public-key examples
paulson
parents: 2274
diff changeset
    15
(*Shared-key protocols*)
2530
02ccf78ad0a3 Now requests runtimes of all theories
paulson
parents: 2450
diff changeset
    16
time_use_thy "NS_Shared";
5053
75d20f367e94 New example Kerberos_BAN by G Bella
paulson
parents: 4449
diff changeset
    17
time_use_thy "Kerberos_BAN";
6452
6a1b393ccdc0 addition of Kerberos IV example
paulson
parents: 6400
diff changeset
    18
time_use_thy "KerberosIV";
2530
02ccf78ad0a3 Now requests runtimes of all theories
paulson
parents: 2450
diff changeset
    19
time_use_thy "OtwayRees";
02ccf78ad0a3 Now requests runtimes of all theories
paulson
parents: 2450
diff changeset
    20
time_use_thy "OtwayRees_AN";
02ccf78ad0a3 Now requests runtimes of all theories
paulson
parents: 2450
diff changeset
    21
time_use_thy "OtwayRees_Bad";
02ccf78ad0a3 Now requests runtimes of all theories
paulson
parents: 2450
diff changeset
    22
time_use_thy "WooLam";
02ccf78ad0a3 Now requests runtimes of all theories
paulson
parents: 2450
diff changeset
    23
time_use_thy "Recur";
02ccf78ad0a3 Now requests runtimes of all theories
paulson
parents: 2450
diff changeset
    24
time_use_thy "Yahalom";
02ccf78ad0a3 Now requests runtimes of all theories
paulson
parents: 2450
diff changeset
    25
time_use_thy "Yahalom2";
6400
1f495d4d922b added new theory Yahalom_Bad
paulson
parents: 6349
diff changeset
    26
time_use_thy "Yahalom_Bad";
14145
2e31b8cc8788 ZhouGollmann: new example (fair non-repudiation protocol)
paulson
parents: 13922
diff changeset
    27
time_use_thy "ZhouGollmann";
2e31b8cc8788 ZhouGollmann: new example (fair non-repudiation protocol)
paulson
parents: 13922
diff changeset
    28
2325
ea8a1fc512e6 Loads new public-key examples
paulson
parents: 2274
diff changeset
    29
(*Public-key protocols*)
2530
02ccf78ad0a3 Now requests runtimes of all theories
paulson
parents: 2450
diff changeset
    30
time_use_thy "NS_Public_Bad";
02ccf78ad0a3 Now requests runtimes of all theories
paulson
parents: 2450
diff changeset
    31
time_use_thy "NS_Public";
3475
368206f85f4b New theory TLS
paulson
parents: 3207
diff changeset
    32
time_use_thy "TLS";
13922
75ae4244a596 Changes required by the certified email protocol
paulson
parents: 13550
diff changeset
    33
time_use_thy "CertifiedEmail";
13508
890d736b93a5 Frederic Blanqui's new "guard" examples
paulson
parents: 9000
diff changeset
    34
890d736b93a5 Frederic Blanqui's new "guard" examples
paulson
parents: 9000
diff changeset
    35
(*Blanqui's "guard" concept: protocol-independent secrecy*)
17394
a8c9ed3f9818 renamed Guard/NS_Public, Guard/OtwayRees, Guard/Yahalom.thy to avoid clash with plain Auth versions;
wenzelm
parents: 14716
diff changeset
    36
time_use_thy "P1";
a8c9ed3f9818 renamed Guard/NS_Public, Guard/OtwayRees, Guard/Yahalom.thy to avoid clash with plain Auth versions;
wenzelm
parents: 14716
diff changeset
    37
time_use_thy "P2";
a8c9ed3f9818 renamed Guard/NS_Public, Guard/OtwayRees, Guard/Yahalom.thy to avoid clash with plain Auth versions;
wenzelm
parents: 14716
diff changeset
    38
time_use_thy "Guard_NS_Public";
a8c9ed3f9818 renamed Guard/NS_Public, Guard/OtwayRees, Guard/Yahalom.thy to avoid clash with plain Auth versions;
wenzelm
parents: 14716
diff changeset
    39
time_use_thy "Guard_OtwayRees";
a8c9ed3f9818 renamed Guard/NS_Public, Guard/OtwayRees, Guard/Yahalom.thy to avoid clash with plain Auth versions;
wenzelm
parents: 14716
diff changeset
    40
time_use_thy "Guard_Yahalom";
a8c9ed3f9818 renamed Guard/NS_Public, Guard/OtwayRees, Guard/Yahalom.thy to avoid clash with plain Auth versions;
wenzelm
parents: 14716
diff changeset
    41
time_use_thy "Proto";