File: control

package info (click to toggle)
python-securesystemslib 0.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,608 kB
  • sloc: python: 9,416; sh: 12; makefile: 5
file content (47 lines) | stat: -rw-r--r-- 1,461 bytes parent folder | download
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
Source: python-securesystemslib
Section: python
Priority: optional
Maintainer: NYU Secure Systems Lab <securesystemslib-dev@googlegroups.com>
Uploaders:
 Santiago Torres-Arias <santiago@nyu.edu>,
 Holger Levsen <holger@debian.org>,
 Lukas Puehringer <lukas.puehringer@nyu.edu>,
 Justin Cappos <jcappos@nyu.edu>,
Build-Depends:
 dh-python,
 debhelper-compat (= 13),
 pybuild-plugin-pyproject,
 python3-all,
 python3-hatchling,
 python3-nacl,
 python3-cryptography,
 python3-pykcs11,
 python3-asn1crypto,
 softhsm2,
 gnupg2,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://ssl.engineering.nyu.edu
Vcs-Git: https://github.com/secure-systems-lab/securesystemslib.git -b debian
Vcs-Browser: https://github.com/secure-systems-lab/securesystemslib/

Package: python3-securesystemslib
Architecture: all
Depends:
  ${python3:Depends},
  ${misc:Depends},
Recommends:
 gnupg2,
 python3-cryptography,
 python3-nacl,
 python3-pykcs11,
 python3-asn1crypto,
Description: crypto and schema library for TUF and in-toto
 securesystemslib provides a high-level interface to cryptographic functions.
 It supports public-key and other cryptographic algorithms, such as ECDSA,
 Ed25519, RSA, SHA256, SHA512, etc. and a schema definition and validation
 framework.
 .
 securesystemslib is developed at the Secure Systems Lab of NYU and is used by
 the Python implementations of The Update Framework (TUF) and the software
 supply chain integrity framework in-toto.