- Add freshness claims to the protocols that should guarantee freshness
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#
|
||||
|
||||
secret k : Function;
|
||||
const Fresh: Function;
|
||||
|
||||
usertype Key;
|
||||
|
||||
@@ -28,6 +29,7 @@ protocol yahalomPaulson(I,R,S)
|
||||
|
||||
claim_I1(I, Secret,Kir);
|
||||
claim_I2(I, Nisynch);
|
||||
claim_I3(I, Empty, (Fresh,Kir));
|
||||
}
|
||||
|
||||
role R
|
||||
@@ -43,6 +45,7 @@ protocol yahalomPaulson(I,R,S)
|
||||
|
||||
claim_R1(R, Secret,Kir);
|
||||
claim_R2(R, Nisynch);
|
||||
claim_R3(R, Empty, (Fresh,Kir));
|
||||
}
|
||||
|
||||
role S
|
||||
|
||||
Reference in New Issue
Block a user