security/testssl.sh: Update to 3.0rc1
This commit is contained in:
parent
71a34f6f22
commit
435c422238
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479248
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= testssl.sh
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.9.5-5
|
||||
DISTVERSION= 3.0rc1
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1523782340
|
||||
SHA256 (drwetter-testssl.sh-v2.9.5-5_GH0.tar.gz) = 836a7b45455c95f17c4d7eec9468028a7fc6b613fd4b3c8e8e125b7b8206b89d
|
||||
SIZE (drwetter-testssl.sh-v2.9.5-5_GH0.tar.gz) = 8955523
|
||||
TIMESTAMP = 1536404389
|
||||
SHA256 (drwetter-testssl.sh-3.0rc1_GH0.tar.gz) = 3991f8e3a94dbc75a2e4beaf98ed8dbccade33bfb0b5b75aa0c8a1ec06edef82
|
||||
SIZE (drwetter-testssl.sh-3.0rc1_GH0.tar.gz) = 9011839
|
||||
|
@ -1,12 +1,12 @@
|
||||
--- testssl.sh.orig 2018-03-17 15:02:25 UTC
|
||||
--- testssl.sh.orig 2018-09-08 11:00:02 UTC
|
||||
+++ testssl.sh
|
||||
@@ -175,6 +175,9 @@ TERM_CURRPOS=0
|
||||
## CONFIGURATION PART ##
|
||||
# following variables make use of $ENV, e.g. OPENSSL=<myprivate_path_to_openssl> ./testssl.sh <host>
|
||||
# 0 means (normally) true here. Some of the variables are also accessible with a command line switch, see --help
|
||||
@@ -188,6 +188,9 @@ TERM_CURRPOS=0
|
||||
########### Defining (and presetting) variables which can be changed
|
||||
#
|
||||
# Following variables make use of $ENV and can be used like "OPENSSL=<myprivate_path_to_openssl> ./testssl.sh <URI>"
|
||||
+if [[ -z "$OPENSSL" ]] ; then
|
||||
+ OPENSSL=PREFIX/openssl-unsafe/bin/openssl
|
||||
+fi
|
||||
declare -x OPENSSL OPENSSL_TIMEOUT
|
||||
PHONE_OUT=${PHONE_OUT:-false} # Whether testssl can retrieve CRLs and OCSP
|
||||
FAST_SOCKET=${FAST_SOCKET:-false} # EXPERIMENTAL feature to accelerate sockets -- DO NOT USE it for production
|
||||
COLOR=${COLOR:-2} # 2: Full color, 1: b/w+positioning, 0: no ESC at all
|
||||
|
@ -1,16 +1,15 @@
|
||||
bin/testssl.sh
|
||||
man/man1/testssl.1.gz
|
||||
%%DATADIR%%/etc/Apple.pem
|
||||
%%DATADIR%%/etc/ca_hashes.txt
|
||||
%%DATADIR%%/etc/cipher-mapping.txt
|
||||
%%DATADIR%%/etc/client_simulation.txt
|
||||
%%DATADIR%%/etc/client-simulation.txt
|
||||
%%DATADIR%%/etc/common-primes.txt
|
||||
%%DATADIR%%/etc/curves.txt
|
||||
%%DATADIR%%/etc/Linux.pem
|
||||
%%DATADIR%%/etc/Microsoft.pem
|
||||
%%DATADIR%%/etc/Mozilla.pem
|
||||
%%DATADIR%%/etc/README.md
|
||||
%%DATADIR%%/etc/ca_hashes.txt
|
||||
%%DATADIR%%/etc/cipher-mapping.txt
|
||||
%%DATADIR%%/etc/client-simulation.txt
|
||||
%%DATADIR%%/etc/common-primes.txt
|
||||
%%DATADIR%%/etc/curves.txt
|
||||
%%DATADIR%%/etc/tls_data.txt
|
||||
%%DATADIR%%/utils/00_unittest_baseline.sh
|
||||
%%DATADIR%%/utils/ccs-injection.bash
|
||||
@ -21,6 +20,7 @@ man/man1/testssl.1.gz
|
||||
%%DATADIR%%/utils/gmap2testssl.sh
|
||||
%%DATADIR%%/utils/heartbleed.bash
|
||||
%%DATADIR%%/utils/make-openssl.sh
|
||||
%%DATADIR%%/utils/make-openssl111.sh
|
||||
%%DATADIR%%/utils/parse_client_ciphers.pl
|
||||
%%DATADIR%%/utils/prototype.ssl2proto-check.bash
|
||||
%%DATADIR%%/utils/prototype.tls-protocol-checker.bash
|
||||
|
Loading…
Reference in New Issue
Block a user