summaryrefslogtreecommitdiff
path: root/lib/libkeynote/testsuite/test-assertion3
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-05-23 22:11:10 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-05-23 22:11:10 +0000
commitdbaaafa705ca548059aac958082776f219b2daef (patch)
treee6e62c393c7d7a9d42f10a0efc315995b73d3ca8 /lib/libkeynote/testsuite/test-assertion3
parentc0c2076f62b1c430c14737fbd3d8896a37bd2f6b (diff)
KeyNote version 2 trust-management system (security policy handling).
Utilities to follow.
Diffstat (limited to 'lib/libkeynote/testsuite/test-assertion3')
-rw-r--r--lib/libkeynote/testsuite/test-assertion38
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libkeynote/testsuite/test-assertion3 b/lib/libkeynote/testsuite/test-assertion3
new file mode 100644
index 00000000000..ac7a200e9a0
--- /dev/null
+++ b/lib/libkeynote/testsuite/test-assertion3
@@ -0,0 +1,8 @@
+keynote-version: 2
+authorizer: "Key3"
+# This assertion will return "true"
+licensees: 2-of("Key5", "Key6", "Key7", "KeyE")
+conditions: app_domain == "testing" && request == "test" &&
+ foo == "bar" && $("foo") == "bar" &&
+ $(foo) == "xyz" && $foo == "xyz" && $$foo == "qua" &&
+ variable == "yes" -> "true";