- Updates for the new claims stuff.

This commit is contained in:
ccremers
2004-02-22 13:16:53 +00:00
parent 59f61abb9f
commit 95f8558514
16 changed files with 29 additions and 29 deletions

View File

@@ -19,7 +19,7 @@ protocol yahalomBan(A,B,S)
send_1(A,B, A,na);
read_3(S,A, nb, {B,kab,na}k(A,S), ticket );
send_4(A,B, ticket, {nb}kab );
claim(A, kab);
claim(A, Secret,kab);
}
role B
@@ -32,7 +32,7 @@ protocol yahalomBan(A,B,S)
read_1(A,B, A,na);
send_2(B,S, B,nb, {A,na}k(B,S) );
read_4(A,B, {A,kab,nb}k(B,S) , {nb}kab );
claim(B, kab);
claim(B, Secret,kab);
}
role S