security/testssl.sh: Update to 3.0.8

Changes:
  Fix grep 3.8 warnings on fgrep and unneeded escapes of hyphen, slash, space (Geert)
  Fix alignment for cipher output (David)
  News binaries (Darwin from Barry), carry now the appendix -bad and fixes a security problem.
  Backport from higher OpenSSL version to support xmpp-server
  Fix CT (David)
  Fix decryption of TLS 1.3 response (David)
  Upgrade Dockerfile to Alpine to 3.15
  Fix pretty JSON formatting when warning is issued (David)
  Update of certificate stores
  Major update of client simulation (9 new simulations , >4 removed in default run)
  Fix CRIME output on servers only supporting TLS 1.3 (Tomasz)
  Fix censys link
  Fix ome handshake problems w $OPENSSL ciphers, extend determine_optimal_sockets_params() to more
  ciphers, fix PROTOS_OFFERED (David)
  Relax STARTTLS FTP requirement so that it doesn't require TLS after AUTH
  Fix run_server_preference() with no default protocol (David)
  Fix getting CRL / NO_SESSION_ID under some circumstances (David)
  Improve/fix OpenSSL 3.0 compatibility (David)
  Fix formatting to documentation
  Add FFDHE groups to supported_groups (David)
  Include RSA-PSS in ClientHello (David)
This commit is contained in:
Adam Weinberger 2022-09-28 18:07:30 -06:00
parent a9ac04a7b4
commit 9577312b6e
3 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= testssl.sh
DISTVERSIONPREFIX= v
DISTVERSION= 3.0.7
DISTVERSION= 3.0.8
CATEGORIES= security
MAINTAINER= adamw@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1645302781
SHA256 (drwetter-testssl.sh-v3.0.7_GH0.tar.gz) = c2beb3ae1fc1301ad845c7aa01c0a292c41b95747ef67f34601f21fb2da16145
SIZE (drwetter-testssl.sh-v3.0.7_GH0.tar.gz) = 9219774
TIMESTAMP = 1664409825
SHA256 (drwetter-testssl.sh-v3.0.8_GH0.tar.gz) = 22c5dc6dfc7500db94b6f8a48775f72b5149d0a372b8552ed7666016ee79edf0
SIZE (drwetter-testssl.sh-v3.0.8_GH0.tar.gz) = 9372229

View File

@ -1,6 +1,7 @@
bin/testssl.sh
man/man1/testssl.1.gz
%%DATADIR%%/etc/Apple.pem
%%DATADIR%%/etc/DST Root CA X3.txt
%%DATADIR%%/etc/Java.pem
%%DATADIR%%/etc/Linux.pem
%%DATADIR%%/etc/Microsoft.pem
@ -13,6 +14,7 @@ man/man1/testssl.1.gz
%%DATADIR%%/etc/client-simulation.wiresharked.txt
%%DATADIR%%/etc/common-primes.txt
%%DATADIR%%/etc/curves.txt
%%DATADIR%%/etc/curves-mapping.txt
%%DATADIR%%/etc/openssl.cnf
%%DATADIR%%/etc/tls_data.txt
%%DATADIR%%/utils/00_unittest_baseline.sh