Files
docker-cli/components/engine/vendor/github.com/docker/libtrust
Akihiro Suda 3442ecd596 rerun vndr
* run latest vndr so as to collect more LICENSE files
 * remove unused packages
 * vendor github.com/philhofer/fwd with LICENSE.md (MIT)
 * vendor github.com/bsphere/le_go with LICENSE (MIT)

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
Upstream-commit: 5a1b06d7fd6a0c8722a4f7aee1edf46d8e2a115b
Component: engine
2017-03-08 02:29:34 +00:00
..
2016-11-03 15:31:46 -07:00
2016-11-03 15:31:46 -07:00
2016-11-03 15:31:46 -07:00
2016-11-03 15:31:46 -07:00
2016-11-03 15:31:46 -07:00
2016-11-03 15:31:46 -07:00
2016-11-03 15:31:46 -07:00
2016-11-03 15:31:46 -07:00
2016-11-03 15:31:46 -07:00
2017-03-08 02:29:34 +00:00
2016-11-03 15:31:46 -07:00
2016-11-03 15:31:46 -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.