- 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

@@ -17,7 +17,7 @@ protocol yahalomlowe(A,B,S)
send_1(A,B, A,na);
read_3(S,A, {B,kab,na,nb}k(A,S) );
send_5(A,B, {A,B,S,nb}kab );
claim(A, kab);
claim(A, Secret,kab);
}
role B
@@ -30,7 +30,7 @@ protocol yahalomlowe(A,B,S)
send_2(B,S, {A,na,nb}k(B,S) );
read_4(S,B, {A,kab}k(B,S) );
read_5(A,B, {A,B,S,nb}kab );
claim(B, kab);
claim(B, Secret,kab);
}
role S