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:
@@ -8,7 +8,7 @@ protocol nsl3th3(I,R)
|
||||
{
|
||||
role I
|
||||
{
|
||||
const ni,ni2: Nonce;
|
||||
fresh ni,ni2: Nonce;
|
||||
var nr,nr2: Nonce;
|
||||
|
||||
send_1(I,R, {P1,I,ni}pk(R) );
|
||||
@@ -29,7 +29,7 @@ protocol nsl3th3(I,R)
|
||||
role R
|
||||
{
|
||||
var ni,ni2: Nonce;
|
||||
const nr,nr2: Nonce;
|
||||
fresh nr,nr2: Nonce;
|
||||
|
||||
read_1(I,R, {P1,I,ni}pk(R) );
|
||||
send_1b(R,I, {nr}pk(I) );
|
||||
@@ -48,9 +48,5 @@ protocol nsl3th3(I,R)
|
||||
}
|
||||
|
||||
|
||||
const Eve: Agent;
|
||||
|
||||
untrusted Eve;
|
||||
const ne: Nonce;
|
||||
compromised sk(Eve);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user