distribution/vendor/github.com/docker/libtrust
Derek McGowan b22c6b7a4e Update vendor directory to match expectation of vndr tool
Adds READMEs and enforces vendor is done at repository root

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2017-04-10 12:07:32 -07:00
..
LICENSE Move to vendor 2016-03-22 10:45:49 -07:00
README.md Update vendor directory to match expectation of vndr tool 2017-04-10 12:07:32 -07:00
certificates.go Move to vendor 2016-03-22 10:45:49 -07:00
doc.go Move to vendor 2016-03-22 10:45:49 -07:00
ec_key.go Move to vendor 2016-03-22 10:45:49 -07:00
filter.go Move to vendor 2016-03-22 10:45:49 -07:00
hash.go Move to vendor 2016-03-22 10:45:49 -07:00
jsonsign.go Move to vendor 2016-03-22 10:45:49 -07:00
key.go Move to vendor 2016-03-22 10:45:49 -07:00
key_files.go Move to vendor 2016-03-22 10:45:49 -07:00
key_manager.go Move to vendor 2016-03-22 10:45:49 -07:00
rsa_key.go Move to vendor 2016-03-22 10:45:49 -07:00
util.go Move to vendor 2016-03-22 10:45:49 -07:00

README.md

libtrust

Libtrust is library for managing authentication and authorization using public key cryptography.

Authentication is handled using the identity attached to the public key. Libtrust provides multiple methods to prove possession of the private key associated with an identity.

  • TLS x509 certificates
  • Signature verification
  • Key Challenge

Authorization and access control is managed through a distributed trust graph. Trust servers are used as the authorities of the trust graph and allow caching portions of the graph for faster access.

Code and documentation copyright 2014 Docker, inc. Code released under the Apache 2.0 license. Docs released under Creative commons.