David K. Bainbridge | 215e024 | 2017-09-05 23:18:24 -0700 | [diff] [blame] | 1 | /* |
2 | Package libtrust provides an interface for managing authentication and | ||||
3 | authorization using public key cryptography. Authentication is handled | ||||
4 | using the identity attached to the public key and verified through TLS | ||||
5 | x509 certificates, a key challenge, or signature. Authorization and | ||||
6 | access control is managed through a trust graph distributed between | ||||
7 | both remote trust servers and locally cached and managed data. | ||||
8 | */ | ||||
9 | package libtrust |