File: control

package info (click to toggle)
golang-github-docker-libtrust 0.0~git20150526.0.9cbd2a1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 288 kB
  • ctags: 297
  • sloc: makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,281 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: golang-github-docker-libtrust
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9), dh-golang, golang-any
Standards-Version: 3.9.6
Homepage: https://github.com/docker/libtrust
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-docker-libtrust.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-docker-libtrust.git
XS-Go-Import-Path: github.com/docker/libtrust

Package: golang-github-docker-libtrust-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Primitives for identity and authorization
 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.