diff options
author | Stefan Eßer <se@FreeBSD.org> | 1999-09-18 09:05:28 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1999-09-18 09:05:28 +0000 |
commit | 70742357c3bfa9c09d067f03e35b58e2a9b48ba6 (patch) | |
tree | ee75e5ce62165ff74b4ff119be2695da22d0296b /security/keynote/pkg-descr | |
parent | 833e387518b66cef8050b5efadb7f7e3de49f20c (diff) | |
download | ports-70742357c3bfa9c09d067f03e35b58e2a9b48ba6.tar.gz ports-70742357c3bfa9c09d067f03e35b58e2a9b48ba6.zip |
Notes
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 |