1
0

control 1019 B

123456789101112131415161718192021222324252627282930313233
  1. Source: tang
  2. Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Homepage: https://github.com/latchset/tang
  4. Standards-Version: 4.1.1
  5. Vcs-Browser: https://git.in-ulm.de/cbiedl/tang
  6. Vcs-Git: https://git.in-ulm.de/cbiedl/tang.git
  7. Build-Depends: debhelper (>= 10~),
  8. curl,
  9. jose,
  10. libhttp-parser-dev (>= 2.7.1-2~),
  11. libjansson4 (>= 2.10),
  12. libjose-dev (>= 8),
  13. pkg-config,
  14. systemd,
  15. Priority: optional
  16. Section: net
  17. Package: tang
  18. Architecture: linux-any
  19. Depends: ${misc:Depends}, ${shlibs:Depends},
  20. jose,
  21. Description: network-based cryptographic binding server
  22. Tang is a service for binding cryptographic keys to network presence.
  23. It offers a secure, stateless, anonymous alternative to key escrow
  24. services.
  25. Package: tang-nagios
  26. Architecture: linux-any
  27. Depends: ${misc:Depends}, ${shlibs:Depends},
  28. jose,
  29. Description: monitoring plugin to check the tang server
  30. This package provides a plugin to monitor a tang server, a service for
  31. binding cryptographic keys to network presence.