- Added feature for multi-party protocols (weaker precondition on Reachable)

This commit is contained in:
ccremers
2007-01-16 17:22:51 +00:00
parent a8cf31973b
commit eaa6ef1345
8 changed files with 124 additions and 80 deletions

View File

@@ -6,6 +6,11 @@ Scyther 1.0-beta6
* Added Mac support (added universal binary)
* Fixed bug in scripting backend (e.g. with mpa.py)
* Added claim parameter for Reachable claim; Reachable,R means
that role R should be trusted (as well as the actor), but not
any other claim. This can be useful for showing stronger
authentication properties of protocols with more than two
parties.
Scyther 1.0-beta5