mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-30 21:35:26 +01:00 
			
		
		
		
	Merge pull request #635 from dcooper16/run_protocols_bugfix
run_protocols() bug fix
This commit is contained in:
		| @@ -4505,8 +4505,9 @@ run_protocols() { | |||||||
|                add_tls_offered "tls1_2" |                add_tls_offered "tls1_2" | ||||||
|                ;;                                  # GCM cipher in TLS 1.2: very good! |                ;;                                  # GCM cipher in TLS 1.2: very good! | ||||||
|           1) |           1) | ||||||
|                pr_svrty_mediumln "not offered" |                pr_svrty_medium "not offered" | ||||||
|                if ! "$using_sockets" || ! "$EXPERIMENTAL" || [[ -z $latest_supported ]]; then |                if ! "$using_sockets" || [[ -z $latest_supported ]]; then | ||||||
|  |                     outln | ||||||
|                     fileout "tls1_2" "MEDIUM" "TLSv1.2 is not offered" # no GCM, penalty |                     fileout "tls1_2" "MEDIUM" "TLSv1.2 is not offered" # no GCM, penalty | ||||||
|                else |                else | ||||||
|                     pr_svrty_criticalln " -- connection failed rather than downgrading to $latest_supported_string" |                     pr_svrty_criticalln " -- connection failed rather than downgrading to $latest_supported_string" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter