- Two protocol bugfixes.

This commit is contained in:
ccremers
2005-01-14 10:28:12 +00:00
parent a3f9d0dc65
commit e2990e37de
2 changed files with 7 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ compromised k(Eve,Simon);
const ne: Nonce;
const kee: Sessionkey;
protocol yahalomlowe(I,R,S)
protocol yahalompaulson(I,R,S)
{
role I
{
@@ -54,10 +54,10 @@ protocol yahalomlowe(I,R,S)
}
}
run yahalomlowe.I(Agent,Agent,Simon);
run yahalomlowe.R(Agent,Agent,Simon);
run yahalomlowe.S(Agent,Agent,Simon);
run yahalompaulson.I(Agent,Agent,Simon);
run yahalompaulson.R(Agent,Agent,Simon);
run yahalompaulson.S(Agent,Agent,Simon);
run yahalomlowe.I(Agent,Agent,Simon);
run yahalomlowe.R(Agent,Agent,Simon);
run yahalompaulson.I(Agent,Agent,Simon);
run yahalompaulson.R(Agent,Agent,Simon);