diff options
| author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-09-08 11:33:55 +0000 |
|---|---|---|
| committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-09-08 11:33:55 +0000 |
| commit | 435c42223857d649bd13857999178d118c485b28 (patch) | |
| tree | d2a2862e284f577e816f39ab4d7c82037e7bada8 /security/testssl.sh/files/patch-testssl.sh | |
| parent | Update to 1.4.1 (diff) | |
security/testssl.sh: Update to 3.0rc1
Notes
Notes:
svn path=/head/; revision=479248
Diffstat (limited to 'security/testssl.sh/files/patch-testssl.sh')
| -rw-r--r-- | security/testssl.sh/files/patch-testssl.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/testssl.sh/files/patch-testssl.sh b/security/testssl.sh/files/patch-testssl.sh index f22cbcc0ea7f..800c59ddbeb4 100644 --- a/security/testssl.sh/files/patch-testssl.sh +++ b/security/testssl.sh/files/patch-testssl.sh @@ -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 |
