spiegel_podman/vendor/github.com/containers/libtrust
tomsweeneyredhat 2ba0070cc4
Bump runc to 1.2.9, Buildah 1.29.6
Cherry picked from commit 2e8bce201e with
additional updates required for the v4.2.0-rhel branch.

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>

Assisted by AI: Cursor <Auto>
Signed-off-by: Chris Evich <cevich@redhat.com>
2026-01-28 10:45:58 -05:00
..
certificates.go Update c/image to v4.0.1 and buildah to 1.11.3 2019-10-04 20:18:23 +02:00
CODE-OF-CONDUCT.md Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
CONTRIBUTING.md Update c/image to v4.0.1 and buildah to 1.11.3 2019-10-04 20:18:23 +02:00
doc.go Update c/image to v4.0.1 and buildah to 1.11.3 2019-10-04 20:18:23 +02:00
ec_key.go Update c/image to v4.0.1 and buildah to 1.11.3 2019-10-04 20:18:23 +02:00
ec_key_no_openssl.go Update c/image to v4.0.1 and buildah to 1.11.3 2019-10-04 20:18:23 +02:00
ec_key_openssl.go Update c/image to v4.0.1 and buildah to 1.11.3 2019-10-04 20:18:23 +02:00
filter.go Update c/image to v4.0.1 and buildah to 1.11.3 2019-10-04 20:18:23 +02:00
hash.go Update c/image to v4.0.1 and buildah to 1.11.3 2019-10-04 20:18:23 +02:00
jsonsign.go Update c/image to v4.0.1 and buildah to 1.11.3 2019-10-04 20:18:23 +02:00
key.go Update c/image to v4.0.1 and buildah to 1.11.3 2019-10-04 20:18:23 +02:00
key_files.go Update c/image to v4.0.1 and buildah to 1.11.3 2019-10-04 20:18:23 +02:00
key_manager.go Update c/image to v4.0.1 and buildah to 1.11.3 2019-10-04 20:18:23 +02:00
LICENSE Update c/image to v4.0.1 and buildah to 1.11.3 2019-10-04 20:18:23 +02:00
MAINTAINERS Update c/image to v4.0.1 and buildah to 1.11.3 2019-10-04 20:18:23 +02:00
README.md Update c/image to v4.0.1 and buildah to 1.11.3 2019-10-04 20:18:23 +02:00
rsa_key.go Update c/image to v4.0.1 and buildah to 1.11.3 2019-10-04 20:18:23 +02:00
SECURITY.md Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
util.go Update c/image to v4.0.1 and buildah to 1.11.3 2019-10-04 20:18:23 +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.