From 65befd7db5c44ed89ab246bd262d7631272e36c1 Mon Sep 17 00:00:00 2001 From: Tim Kimber Date: Sun, 6 Sep 2020 21:24:38 +0100 Subject: [PATCH] Update revision history and version number --- getssl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/getssl b/getssl index b1b7e16..35a6a73 100755 --- a/getssl +++ b/getssl @@ -237,11 +237,12 @@ # 2020-08-06 Use -sigalgs instead of -cipher when checking remote for tls1.3 (#570) # 2020-08-31 Fix slow fork bomb when directory containing getssl isn't writeable (#440) # 2020-09-01 Use RSA-PSS when checking remote for DUAL_RSA_ECDSA (#570) +# 2020-09-02 Fix issue when SANS is space and comma separated (#579) # ---------------------------------------------------------------------------------------- PROGNAME=${0##*/} PROGDIR="$(cd "$(dirname "$0")" || exit; pwd -P;)" -VERSION="2.29" +VERSION="2.30" # defaults ACCOUNT_KEY_LENGTH=4096