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 49 50 51 52
|
Source: python-securesystemslib
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
NYU Secure Systems Lab <securesystemslib-dev@googlegroups.com>,
Santiago Torres-Arias <santiago@nyu.edu>,
Holger Levsen <holger@debian.org>,
Lukas Puehringer <lukas.puehringer@nyu.edu>,
Justin Cappos <jcappos@nyu.edu>,
Simon Josefsson <simon@josefsson.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
gnupg,
pybuild-plugin-pyproject,
python3-all,
python3-asn1crypto,
python3-cryptography,
python3-hatchling,
python3-nacl,
python3-pykcs11,
python3-pytest,
softhsm2,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/secure-systems-lab/securesystemslib
Vcs-Git: https://salsa.debian.org/python-team/packages/python-securesystemslib.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-securesystemslib
Testsuite: autopkgtest-pkg-pybuild
Package: python3-securesystemslib
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${python3:Depends},
Recommends:
gnupg,
python3-asn1crypto,
python3-cryptography,
python3-nacl,
python3-pykcs11,
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.
|