debian-forge-composer/vendor/github.com/containers/libtrust
2023-07-21 12:05:00 +02:00
..
certificates.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
CODE-OF-CONDUCT.md deps: update osbuild/images to 246b718310ea 2023-07-21 12:05:00 +02:00
CONTRIBUTING.md container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
doc.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
ec_key.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
ec_key_no_openssl.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
ec_key_openssl.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
filter.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
hash.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
jsonsign.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
key.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
key_files.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
key_manager.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
LICENSE container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
MAINTAINERS container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
README.md container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
rsa_key.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
SECURITY.md deps: update osbuild/images to 246b718310ea 2023-07-21 12:05:00 +02:00
util.go container: add support for uploading to registries 2022-06-29 10:02:46 +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.