distribution/vendor/github.com/docker/libtrust
Olivier Gambier 77e69b9cf3 Move to vendor
Signed-off-by: Olivier Gambier <olivier@docker.com>
2016-03-22 10:45:49 -07:00
..
testutil Move to vendor 2016-03-22 10:45:49 -07:00
tlsdemo Move to vendor 2016-03-22 10:45:49 -07:00
trustgraph Move to vendor 2016-03-22 10:45:49 -07:00
certificates.go Move to vendor 2016-03-22 10:45:49 -07:00
certificates_test.go Move to vendor 2016-03-22 10:45:49 -07:00
CONTRIBUTING.md 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
ec_key_test.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
filter_test.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
jsonsign_test.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_files_test.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
key_test.go Move to vendor 2016-03-22 10:45:49 -07:00
LICENSE Move to vendor 2016-03-22 10:45:49 -07:00
MAINTAINERS Move to vendor 2016-03-22 10:45:49 -07:00
README.md 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
rsa_key_test.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
util_test.go Move to vendor 2016-03-22 10:45:49 -07:00

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.