testssl.sh 2.9.5-1+dfsg1-2 source package in Ubuntu

Changelog

testssl.sh (2.9.5-1+dfsg1-2) unstable; urgency=medium

  [ Unit 193 ]
  * d/p/allow_loading_config.patch:
    - Config is presumed to be in the same dir as the script, or in ./etc/
  * d/install: Install etc/* to /etc/testssl. (Closes: #888393)

  [ ChangZhuo Chen (陳昌倬) ]
  * Bump Standards-Version to 4.1.3.
  * Bump compat to 11.

 -- ChangZhuo Chen (陳昌倬) <email address hidden>  Sun, 11 Feb 2018 21:22:57 +0800

Upload details

Uploaded by:
Debian Security Tools Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Security Tools Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
testssl.sh_2.9.5-1+dfsg1-2.dsc 2.0 KiB 207f873c0b463a30292a86ab697102f33ef2ab04a4f881adcd70525f982f4ae1
testssl.sh_2.9.5-1+dfsg1.orig.tar.gz 1.1 MiB 0c2641bd4ae0a0813a9bd089e1e26dcec8fbcf65341ea1f074a73a2c2cae5ba5
testssl.sh_2.9.5-1+dfsg1-2.debian.tar.xz 3.6 KiB 5176fa195e3269abfc564d1f3c95fe1bbe7f9da80e62274960e835d4d18ed30b

No changes file available.

Binary packages built by this source

testssl.sh: 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)