moby--moby/vendor/github.com/docker/libtrust
Akihiro Suda 5a1b06d7fd 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>
2017-03-08 02:29:34 +00:00
..
LICENSE project: use vndr for vendoring 2016-11-03 15:31:46 -07:00
README.md rerun vndr 2017-03-08 02:29:34 +00:00
certificates.go project: use vndr for vendoring 2016-11-03 15:31:46 -07:00
doc.go project: use vndr for vendoring 2016-11-03 15:31:46 -07:00
ec_key.go project: use vndr for vendoring 2016-11-03 15:31:46 -07:00
filter.go project: use vndr for vendoring 2016-11-03 15:31:46 -07:00
hash.go project: use vndr for vendoring 2016-11-03 15:31:46 -07:00
jsonsign.go project: use vndr for vendoring 2016-11-03 15:31:46 -07:00
key.go project: use vndr for vendoring 2016-11-03 15:31:46 -07:00
key_files.go project: use vndr for vendoring 2016-11-03 15:31:46 -07:00
key_manager.go project: use vndr for vendoring 2016-11-03 15:31:46 -07:00
rsa_key.go project: use vndr for vendoring 2016-11-03 15:31:46 -07:00
util.go project: use vndr for vendoring 2016-11-03 15:31:46 -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.