Large pass on protocol specification files to get rid of deprecated constructions.
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
#
|
||||
#
|
||||
|
||||
secret k : Function;
|
||||
|
||||
usertype SessionKey;
|
||||
|
||||
|
||||
@@ -14,7 +12,7 @@ protocol yahalom-Lowe(I,R,S)
|
||||
{
|
||||
role I
|
||||
{
|
||||
const Ni: Nonce;
|
||||
fresh Ni: Nonce;
|
||||
var Nr: Nonce;
|
||||
var Kir: SessionKey;
|
||||
|
||||
@@ -28,7 +26,7 @@ protocol yahalom-Lowe(I,R,S)
|
||||
|
||||
role R
|
||||
{
|
||||
const Nr: Nonce;
|
||||
fresh Nr: Nonce;
|
||||
var Ni: Nonce;
|
||||
var Kir: SessionKey;
|
||||
|
||||
@@ -43,7 +41,7 @@ protocol yahalom-Lowe(I,R,S)
|
||||
|
||||
role S
|
||||
{
|
||||
const Kir: SessionKey;
|
||||
fresh Kir: SessionKey;
|
||||
var Ni,Nr: Nonce;
|
||||
|
||||
read_2(R,S, {I,Ni,Nr}k(R,S) );
|
||||
@@ -52,5 +50,3 @@ protocol yahalom-Lowe(I,R,S)
|
||||
}
|
||||
}
|
||||
|
||||
const Alice,Bob,Simon : Agent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user