skopeo/vendor/github.com/containers/libtrust
Miloslav Trmač 48b9d94c87 Update c/image after https://github.com/containers/image/pull/1810
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2023-01-23 17:39:09 +01:00
..
certificates.go Update to c/image v4.0.1 2019-10-03 23:50:42 +02:00
CODE-OF-CONDUCT.md Update c/image after https://github.com/containers/image/pull/1810 2023-01-23 17:39:09 +01:00
CONTRIBUTING.md Update to c/image v4.0.1 2019-10-03 23:50:42 +02:00
doc.go Update to c/image v4.0.1 2019-10-03 23:50:42 +02:00
ec_key_no_openssl.go Update to c/image v4.0.1 2019-10-03 23:50:42 +02:00
ec_key_openssl.go Update to c/image v4.0.1 2019-10-03 23:50:42 +02:00
ec_key.go Update to c/image v4.0.1 2019-10-03 23:50:42 +02:00
filter.go Update to c/image v4.0.1 2019-10-03 23:50:42 +02:00
hash.go Update to c/image v4.0.1 2019-10-03 23:50:42 +02:00
jsonsign.go Update to c/image v4.0.1 2019-10-03 23:50:42 +02:00
key_files.go Update to c/image v4.0.1 2019-10-03 23:50:42 +02:00
key_manager.go Update to c/image v4.0.1 2019-10-03 23:50:42 +02:00
key.go Update to c/image v4.0.1 2019-10-03 23:50:42 +02:00
LICENSE Update to c/image v4.0.1 2019-10-03 23:50:42 +02:00
MAINTAINERS Update to c/image v4.0.1 2019-10-03 23:50:42 +02:00
README.md Update to c/image v4.0.1 2019-10-03 23:50:42 +02:00
rsa_key.go Update to c/image v4.0.1 2019-10-03 23:50:42 +02:00
SECURITY.md Update c/image after https://github.com/containers/image/pull/1810 2023-01-23 17:39:09 +01:00
util.go Update to c/image v4.0.1 2019-10-03 23:50:42 +02: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.