diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:11:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:11:13 +0000 |
commit | 070810782883ce2d58dbc97f32dafcd73281869e (patch) | |
tree | 09e86e8af6da2bad2635b24a2e9232f11d0c6047 /debian/control | |
parent | Adding upstream version 3.2~rc3+dfsg. (diff) | |
download | testssl.sh-070810782883ce2d58dbc97f32dafcd73281869e.tar.xz testssl.sh-070810782883ce2d58dbc97f32dafcd73281869e.zip |
Adding debian version 3.2~rc3+dfsg-1.debian/3.2_rc3+dfsg-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..ae42040 --- /dev/null +++ b/debian/control @@ -0,0 +1,52 @@ +Source: testssl.sh +Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org> +Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>, + Unit 193 <unit193@debian.org> +Section: utils +Priority: optional +Build-Depends: debhelper-compat (= 13), +Rules-Requires-Root: no +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/pkg-security-team/testssl.sh +Vcs-Git: https://salsa.debian.org/pkg-security-team/testssl.sh.git +Homepage: https://testssl.sh/ + +Package: testssl.sh +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, + ${shlibs:Depends}, + openssl, + bsdextrautils, + procps, + dnsutils +Recommends: libengine-gost-openssl +Description: Command line tool to check TLS/SSL ciphers, protocols and cryptographic flaws + testssl.sh is a free command line tool which checks a server's service + on any port for the support of TLS/SSL ciphers, protocols as well as + recent cryptographic flaws and more. + . + Key features + . + * Clear output: you can tell easily whether anything is good or bad + . + * Ease of installation: It works for Linux, Darwin, FreeBSD and + MSYS2/Cygwin out of the box: no need to install or configure + something, no gems, CPAN, pip or the like. + . + * Flexibility: You can test any SSL/TLS enabled and STARTTLS service, + not only webservers at port 443 + . + * Toolbox: Several command line options help you to run YOUR test and + configure YOUR output + . + * Reliability: features are tested thoroughly + . + * Verbosity: If a particular check cannot be performed because of a + missing capability on your client side, you'll get a warning + . + * Privacy: It's only you who sees the result, not a third party + . + * Freedom: It's 100% open source. You can look at the code, see what's + going on and you can change it. Heck, even the development is open + (github) |