- 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

@@ -16,7 +16,7 @@ protocol otwayrees(A,B,S)
send_1(A,B, M,A,B, { na,M,A,B }k(A,S) );
read_4(B,A, M, { na,kab }k(A,S) );
claim(A, kab);
claim(A, Secret,kab);
}
role B
@@ -32,7 +32,7 @@ protocol otwayrees(A,B,S)
read_3(S,B, M, t2, { nb,kab }k(B,S) );
send_4(B,A, M, t2 );
claim(B, kab);
claim(B, Secret,kab);
}
role S