Browse Source

Merge pull request #583 from srvrco/release2.30

Update version to 2.30
pull/587/head v2.30
Tim Kimber 5 years ago
committed by GitHub
parent
commit
276aaac74a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      getssl

+ 2
- 1
getssl View File

@ -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


Loading…
Cancel
Save