diff options
author | se <se@FreeBSD.org> | 1999-09-18 17:05:28 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 1999-09-18 17:05:28 +0800 |
commit | 4b5bed5075dd7f702d68f01f6f71138c17939e68 (patch) | |
tree | 9f8e9a492a7edbf9135096385bb7f76f85540700 /security/keynote/pkg-descr | |
parent | b9cfd0cb967709b270acb3621c55de2548051cdc (diff) | |
download | freebsd-ports-gnome-4b5bed5075dd7f702d68f01f6f71138c17939e68.tar.gz freebsd-ports-gnome-4b5bed5075dd7f702d68f01f6f71138c17939e68.tar.zst freebsd-ports-gnome-4b5bed5075dd7f702d68f01f6f71138c17939e68.zip |
New port of the keynote trust-management system (currently an IETF draft).
Diffstat (limited to 'security/keynote/pkg-descr')
-rw-r--r-- | security/keynote/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/security/keynote/pkg-descr b/security/keynote/pkg-descr new file mode 100644 index 000000000000..0ee231ab7e5d --- /dev/null +++ b/security/keynote/pkg-descr @@ -0,0 +1,16 @@ +KeyNote is a simple and flexible trust-management system designed to +work well for a variety of large- and small- scale Internet-based +applications. It provides a single, unified language for both local +policies and credentials. KeyNote policies and credentials, called +`assertions,' contain predicates that describe the trusted actions +permitted by the holders of specific public keys. KeyNote assertions +are essentially small, highly-structured programs. A signed +assertion, which can be sent over an untrusted network, is also +called a `credential assertion.' Credential assertions, which also +serve the role of certificates, have the same syntax as policy +assertions but are also signed by the principal delegating the trust. + +This is an example implementation of the KeyNote Trust-Management System +as specified in IETF draft <draft-blaze-ietf-trustmgt-keynote-02.txt>. + +WWW: http://www.cis.upenn.edu/~angelos/keynote.html |