cri-o/vendor/github.com/docker/libtrust
Mrunal Patel 8e5b17cf13 Switch to github.com/golang/dep for vendoring
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-01-31 16:45:59 -08:00
..
testutil Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
tlsdemo Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
trustgraph Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
certificates.go
certificates_test.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
CONTRIBUTING.md
doc.go
ec_key.go
ec_key_test.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
filter.go
filter_test.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
hash.go
jsonsign.go
jsonsign_test.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
key.go
key_files.go
key_files_test.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
key_manager.go
key_test.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
LICENSE
MAINTAINERS
README.md Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
rsa_key.go
rsa_key_test.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
util.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
util_test.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00

libtrust

WARNING this library is no longer actively developed, and will be integrated in the [docker/distribution][https://www.github.com/docker/distribution] repository in future.

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.