distribution/vendor/github.com/docker/libtrust
Tariq Ibrahim 5223c27422
migrate to go modules from vndr
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
2019-06-19 12:24:07 -07:00
..
certificates.go Move to vendor 2016-03-22 10:45:49 -07:00
CONTRIBUTING.md migrate to go modules from vndr 2019-06-19 12:24:07 -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
LICENSE Move to vendor 2016-03-22 10:45:49 -07:00
MAINTAINERS migrate to go modules from vndr 2019-06-19 12:24:07 -07:00
README.md Update vendor directory to match expectation of vndr tool 2017-04-10 12:07:32 -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

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.