mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-29 04:49:44 +01:00
remove also leading colon in helper script bc of GREASE
This commit is contained in:
parent
c08250d1bb
commit
ca8054184b
@ -31,4 +31,6 @@ for ((i=0; i<len ; i+=4)); do
|
||||
done
|
||||
|
||||
echo
|
||||
echo ${ciphers%:}
|
||||
# remove leading : because of GREASE, and trailing because of TLS_EMPTY_RENEGOTIATION_INFO_SCSV
|
||||
ciphers="${ciphers%:}"
|
||||
echo ${ciphers#:}
|
||||
|
Loading…
Reference in New Issue
Block a user