From 6cd4d3d7b6b0f01961f2c430fa7f734f23f8c77a Mon Sep 17 00:00:00 2001 From: ccremers Date: Sat, 27 Jan 2007 13:11:07 +0000 Subject: [PATCH] - Added new feature to changelog (scripting interface for singular claim testing) --- gui/Changelog.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gui/Changelog.txt b/gui/Changelog.txt index 0e6aad0..16d5870 100644 --- a/gui/Changelog.txt +++ b/gui/Changelog.txt @@ -13,8 +13,10 @@ Scyther 1.0-beta6 stronger authentication properties of protocols with more than two parties. * [Backend] Added '--max-of-role=N' switch (to narrow scenarios) - * [Backend] Added '--scan-claims' switch (allows for retrieving a list of - claims) + * [Backend] Added '--scan-claims' switch (allows for retrieving + a list of claims) + * [Scripting] Added 'verifyOne' and 'scanClaims' methods to + Scyther object, to help with singular claim testing. Bugfixes: