File: control

package info (click to toggle)
age-plugin-tpm 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: makefile: 23
file content (48 lines) | stat: -rw-r--r-- 1,454 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: age-plugin-tpm
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 age <!nocheck>,
 golang-any,
 golang-filippo-age-dev,
 golang-filippo-hpke-dev,
 golang-filippo-nistec-dev,
 golang-github-google-go-tpm-dev,
 golang-github-rogpeppe-go-internal-dev,
 golang-github-spf13-cobra-dev,
 golang-golang-x-crypto-dev,
 golang-golang-x-term-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/go-team/packages/age-plugin-tpm
Vcs-Git: https://salsa.debian.org/go-team/packages/age-plugin-tpm.git
Homepage: https://github.com/Foxboron/age-plugin-tpm
XS-Go-Import-Path: github.com/foxboron/age-plugin-tpm

Package: age-plugin-tpm
Section: utils
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Static-Built-Using:
 ${misc:Static-Built-Using},
Description: TPM 2.0 plugin for encryption utility 'age'
 Trusted Platform Module (TPM) plugin for 'age' clients.
 .
 age-plugin-tpm is a plugin for age (https://age-encryption.org/v1)
 clients
 like age (https://age-encryption.org) and rage (https://str4d.xyz/rage),
 which enables files to be encrypted to age identities sealed by the TPM.
 .
 Features
 .
  * Keys created on the TPM, sealed outside of it
  * PIN support
  * TPM session encryption
 .
 This package contains the 'age-plugin-tpm' tool.