mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 05:45:26 +01:00 
			
		
		
		
	Merge pull request #838 from dcooper16/remove_extra_space
Remove extra space in BEAST output
This commit is contained in:
		| @@ -10874,9 +10874,9 @@ run_beast(){ | |||||||
|                     done |                     done | ||||||
|                     ciphers_found[i]=true |                     ciphers_found[i]=true | ||||||
|                     if ( [[ "$DISPLAY_CIPHERNAMES" =~ openssl ]] && [[ "${ciph[i]}" != "-" ]] ) || [[ "${rfc_ciph[i]}" == "-" ]]; then |                     if ( [[ "$DISPLAY_CIPHERNAMES" =~ openssl ]] && [[ "${ciph[i]}" != "-" ]] ) || [[ "${rfc_ciph[i]}" == "-" ]]; then | ||||||
|                          detected_cbc_ciphers+=" ${ciph[i]}" |                          detected_cbc_ciphers+="${ciph[i]} " | ||||||
|                     else |                     else | ||||||
|                          detected_cbc_ciphers+=" ${rfc_ciph[i]}" |                          detected_cbc_ciphers+="${rfc_ciph[i]} " | ||||||
|                     fi |                     fi | ||||||
|                     vuln_beast=true |                     vuln_beast=true | ||||||
|                     if "$WIDE" && ( [[ ${kx[i]} == "Kx=ECDH" ]] || [[ ${kx[i]} == "Kx=DH" ]] || [[ ${kx[i]} == "Kx=EDH" ]] ); then |                     if "$WIDE" && ( [[ ${kx[i]} == "Kx=ECDH" ]] || [[ ${kx[i]} == "Kx=DH" ]] || [[ ${kx[i]} == "Kx=EDH" ]] ); then | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter