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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
|
Source: pqconnect
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Simon Josefsson <simon@josefsson.org>,
Jan Mojžíš <janmojzis@debian.org>,
Priority: optional
Standards-Version: 4.7.2
Section: python
Homepage: https://www.pqconnect.net/
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
flit,
help2man <!nodoc>,
lib25519-1,
libmceliece1,
pybuild-plugin-pyproject,
python3-all,
python3-click,
python3-dnspython,
python3-lib25519,
python3-mceliece,
python3-netfilterqueue,
python3-nftables,
python3-ntruprime,
python3-pyroute2,
python3-pysodium,
python3-pytest <!nocheck>,
python3-scapy,
python3-securestring,
python3-setuptools,
Vcs-Git: https://salsa.debian.org/python-team/packages/pqconnect.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pqconnect
Package: python3-pqconnect
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Post-Quantum Internet security layer (Python library)
PQConnect is a new easy-to-install layer of Internet security.
PQConnect lets you take action right now on your computer to address
the threat of quantum attacks, without waiting for upgrades in the
applications that you are using.
.
PQConnect automatically applies post-quantum cryptography from end to
end between computers running PQConnect. PQConnect adds
cryptographic protection to unencrypted applications, works in
concert with existing pre-quantum applications to add post-quantum
protection, and adds a second application-independent layer of
defense to any applications that have begun to incorporate
application-specific post-quantum protection.
.
This package contains the Python library.
Package: pqconnect
Section: net
Architecture: all
Depends:
adduser,
python3-pqconnect (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Description: Post-Quantum Internet security layer (command-line tool)
PQConnect is a new easy-to-install layer of Internet security.
PQConnect lets you take action right now on your computer to address
the threat of quantum attacks, without waiting for upgrades in the
applications that you are using.
.
PQConnect automatically applies post-quantum cryptography from end to
end between computers running PQConnect. PQConnect adds
cryptographic protection to unencrypted applications, works in
concert with existing pre-quantum applications to add post-quantum
protection, and adds a second application-independent layer of
defense to any applications that have begun to incorporate
application-specific post-quantum protection.
.
This package contains the command-line tools.
Package: pqconnect-server
Section: net
Architecture: all
Depends:
pqconnect (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Description: Post-Quantum Internet security layer (server service)
PQConnect is a new easy-to-install layer of Internet security.
PQConnect lets you take action right now on your computer to address
the threat of quantum attacks, without waiting for upgrades in the
applications that you are using.
.
PQConnect automatically applies post-quantum cryptography from end to
end between computers running PQConnect. PQConnect adds
cryptographic protection to unencrypted applications, works in
concert with existing pre-quantum applications to add post-quantum
protection, and adds a second application-independent layer of
defense to any applications that have begun to incorporate
application-specific post-quantum protection.
.
This package contains the server service.
|