wenzelm [Fri, 18 Jul 1997 13:55:09 +0200] rev 3534
renamed |-> <-| <-> to Parse/PrintRule;
wenzelm [Fri, 18 Jul 1997 13:54:41 +0200] rev 3533
tuned warning;
wenzelm [Fri, 18 Jul 1997 13:52:35 +0200] rev 3532
tuned warnings;
print_current_goals_fn, result_error_fn hooks replace print_goals_ref;
wenzelm [Fri, 18 Jul 1997 13:51:28 +0200] rev 3531
considered removal of print_goals_ref;
wenzelm [Fri, 18 Jul 1997 13:37:16 +0200] rev 3530
defs: allow conditions;
wenzelm [Fri, 18 Jul 1997 13:36:43 +0200] rev 3529
tuned warning;
improved comments;
wenzelm [Fri, 18 Jul 1997 13:36:03 +0200] rev 3528
renamed |-> <-| <-> to Parse/PrintRule;
wenzelm [Fri, 18 Jul 1997 13:35:36 +0200] rev 3527
tuned warning;
wenzelm [Fri, 18 Jul 1997 13:35:15 +0200] rev 3526
tuned warning;
renamed |-> <-| <-> to Parse/PrintRule;
wenzelm [Fri, 18 Jul 1997 13:33:20 +0200] rev 3525
improved output channels: normal, warning, error;
wenzelm [Thu, 17 Jul 1997 15:03:38 +0200] rev 3524
fixed EqI meta rule;
mueller [Thu, 17 Jul 1997 12:44:58 +0200] rev 3523
changes needed for introducing fairness
mueller [Thu, 17 Jul 1997 12:44:16 +0200] rev 3522
changes neede for introducing fairness
mueller [Thu, 17 Jul 1997 12:43:32 +0200] rev 3521
changes needed for adding fairness
wenzelm [Wed, 16 Jul 1997 11:34:42 +0200] rev 3520
fixed merge of internal simprocs;
paulson [Mon, 14 Jul 1997 12:47:21 +0200] rev 3519
Changing "lost" from a parameter of protocol definitions to a constant.
Advantages: no "lost" argument everywhere; fewer Vars in subgoals;
less need for specially instantiated rules
Disadvantage: can no longer prove "Agent_not_see_encrypted_key", but this
theorem was never used, and its original proof was also broken
the introduction of the "Notes" constructor.
paulson [Mon, 14 Jul 1997 12:44:09 +0200] rev 3518
Fixed delIffs to deal correctly with the D-rule
paulson [Mon, 14 Jul 1997 12:42:28 +0200] rev 3517
Removed redundant addsimps of Un_insert_left, which is now a default simprule
paulson [Fri, 11 Jul 1997 13:32:39 +0200] rev 3516
Removal of monotonicity reasoning involving "lost" and the theorem
Agent_not_see_encrypted_key, which (a) is never used and (b) becomes harder
to prove when Notes is available.
paulson [Fri, 11 Jul 1997 13:30:01 +0200] rev 3515
Now uses the Notes constructor to distinguish the Client (who has chosen M)
from the Spy (who may have replayed her messages)
paulson [Fri, 11 Jul 1997 13:28:53 +0200] rev 3514
Moved some declarations to Message from Public and Shared
paulson [Fri, 11 Jul 1997 13:27:15 +0200] rev 3513
Now loads theory Event, which contains common declarations
paulson [Fri, 11 Jul 1997 13:26:15 +0200] rev 3512
Moving common declarations and proofs from theories "Shared"
and "Public" to "Event". NB the original "Event" theory was later renamed "Shared".
Addition of the Notes constructor to datatype "event".
wenzelm [Wed, 09 Jul 1997 17:00:34 +0200] rev 3511
removed obsolete init_pps and init_thy_reader;
wenzelm [Wed, 09 Jul 1997 16:54:17 +0200] rev 3510
improved type checking errors;
wenzelm [Wed, 09 Jul 1997 16:53:53 +0200] rev 3509
removed init_pps;
wenzelm [Wed, 09 Jul 1997 16:52:51 +0200] rev 3508
removed init_database;
nipkow [Wed, 09 Jul 1997 12:57:04 +0200] rev 3507
Improved length = size translation.
paulson [Mon, 07 Jul 1997 10:49:14 +0200] rev 3506
New proofs involving CERTIFICATE VERIFY
wenzelm [Mon, 07 Jul 1997 09:09:21 +0200] rev 3505
eliminated chmod -w;