Skip to content

Commit f5bd5d3

Browse files
authored
Merge pull request #2045 from dcooper16/fix_sub_cipherlists_30
Fix sub_cipherlists() in 3.0
2 parents 11325ff + f7c9030 commit f5bd5d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5630,7 +5630,7 @@ sub_cipherlists() {
56305630
elif [[ -n "$7" ]]; then
56315631
sslv2_sockets "$7" "true"
56325632
if [[ $? -eq 3 ]] && [[ "$V2_HELLO_CIPHERSPEC_LENGTH" -ne 0 ]]; then
5633-
sslv2_cipherlist="$(strip_spaces "${6//,/}")"
5633+
sslv2_cipherlist="$(strip_spaces "${7//,/}")"
56345634
len=${#sslv2_cipherlist}
56355635
detected_ssl2_ciphers="$(grep "Supported cipher: " "$TEMPDIR/$NODEIP.parse_sslv2_serverhello.txt")"
56365636
for (( i=0; i<len; i=i+6 )); do

0 commit comments

Comments
 (0)