- Two protocol bugfixes.
This commit is contained in:
parent
a3f9d0dc65
commit
e2990e37de
@ -23,7 +23,7 @@ protocol ns3brutus(I,R)
|
||||
read_1(I,R, {I,ni}pk(R) );
|
||||
send_2(R,I, {ni,nr}pk(I) );
|
||||
read_3(I,R, {nr}pk(R) );
|
||||
claim_5(I,Secret,ni);
|
||||
claim_5(R,Secret,ni);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user