cri-o/vendor/github.com/docker/libtrust
Antonio Murdaca 569183030f
fix vendored deps
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-09-22 18:17:45 +02:00
..
certificates.go fix vendored deps 2016-09-22 18:17:45 +02:00
CONTRIBUTING.md fix vendored deps 2016-09-22 18:17:45 +02:00
doc.go fix vendored deps 2016-09-22 18:17:45 +02:00
ec_key.go fix vendored deps 2016-09-22 18:17:45 +02:00
filter.go fix vendored deps 2016-09-22 18:17:45 +02:00
hash.go fix vendored deps 2016-09-22 18:17:45 +02:00
jsonsign.go fix vendored deps 2016-09-22 18:17:45 +02:00
key.go fix vendored deps 2016-09-22 18:17:45 +02:00
key_files.go fix vendored deps 2016-09-22 18:17:45 +02:00
key_manager.go fix vendored deps 2016-09-22 18:17:45 +02:00
LICENSE fix vendored deps 2016-09-22 18:17:45 +02:00
MAINTAINERS fix vendored deps 2016-09-22 18:17:45 +02:00
README.md fix vendored deps 2016-09-22 18:17:45 +02:00
rsa_key.go fix vendored deps 2016-09-22 18:17:45 +02:00
util.go fix vendored deps 2016-09-22 18:17:45 +02: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.