- Fixed some protocols with wrong protocol names in the specification.

- Added more safety stuff to the testing code.
This commit is contained in:
ccremers
2004-11-18 16:07:58 +00:00
parent 2b53516542
commit 83922f3f2c
6 changed files with 43 additions and 40 deletions

View File

@@ -10,7 +10,7 @@ secret sk,unhash: Function;
inversekeys (pk,sk);
inversekeys (hash,unhash);
protocol bkepk(I,R)
protocol bke(I,R)
{
role I
{
@@ -45,16 +45,16 @@ untrusted e;
compromised sk(e);
const ne: Nonce;
run bkepk.I(a,Agent);
run bkepk.R(Agent,b);
run bkepk.I(a,Agent);
run bkepk.R(Agent,b);
run bke.I(a,Agent);
run bke.R(Agent,b);
run bke.I(a,Agent);
run bke.R(Agent,b);
run bkepk.I(a,Agent);
run bkepk.R(Agent,b);
run bkepk.I(a,Agent);
run bkepk.R(Agent,b);
run bke.I(a,Agent);
run bke.R(Agent,b);
run bke.I(a,Agent);
run bke.R(Agent,b);
run bkepk.I(a,Agent);
run bkepk.R(Agent,b);
run bke.I(a,Agent);
run bke.R(Agent,b);