remove also leading colon in helper script bc of GREASE

This commit is contained in:
Dirk Wetter 2020-01-22 10:52:07 +01:00
parent c08250d1bb
commit ca8054184b
1 changed files with 3 additions and 1 deletions

View File

@ -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#:}