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:
Cas Cremers
2012-05-02 23:01:08 +02:00
parent 2ba0de6abc
commit 727e813c77
93 changed files with 281 additions and 908 deletions

View File

@@ -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);