Fixed obsolete notation in protocol specification files.
Not everything is fixed yet. However, we fixed: - 'const' -> 'fresh' - Removed lines specifying 'runs' - Removed some specifications of compromised Eve and its long-term keys being compromised.
This commit is contained in:
@@ -7,7 +7,7 @@ protocol nsl3th2(I,R)
|
||||
{
|
||||
role I
|
||||
{
|
||||
const ni: Nonce;
|
||||
fresh ni: Nonce;
|
||||
var nr: Nonce;
|
||||
|
||||
send_1(I,R, {P2,I,ni}pk(R) );
|
||||
@@ -21,7 +21,7 @@ protocol nsl3th2(I,R)
|
||||
role R
|
||||
{
|
||||
var ni: Nonce;
|
||||
const nr: Nonce;
|
||||
fresh nr: Nonce;
|
||||
|
||||
read_1(I,R, {P2,I,ni}pk(R) );
|
||||
send_1b(R,I, {nr}pk(I) );
|
||||
@@ -32,9 +32,5 @@ protocol nsl3th2(I,R)
|
||||
}
|
||||
}
|
||||
|
||||
const Eve: Agent;
|
||||
|
||||
untrusted Eve;
|
||||
const ne: Nonce;
|
||||
compromised sk(Eve);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user