mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	Merge pull request #1630 from dcooper16/cipher_pre_check_local_problem
Fix "local problem" output in ciher_pref_check()
This commit is contained in:
		| @@ -6825,11 +6825,11 @@ cipher_pref_check() { | ||||
| 
 | ||||
|      order=""; ciphers_found_with_sockets=false | ||||
|      if [[ $proto == ssl3 ]] && ! "$HAS_SSL3" && ! "$using_sockets"; then | ||||
|           out "\n    SSLv3:     "; pr_local_problem "$OPENSSL doesn't support \"s_client -ssl3\""; | ||||
|           prln_local_problem "$OPENSSL doesn't support \"s_client -ssl3\""; | ||||
|           return 0 | ||||
|      fi | ||||
|      if [[ $proto == tls1_3 ]] && ! "$HAS_TLS13" && ! "$using_sockets"; then | ||||
|           out "\n    TLSv1.3    "; pr_local_problem "$OPENSSL doesn't support \"s_client -tls1_3\""; | ||||
|           prln_local_problem "$OPENSSL doesn't support \"s_client -tls1_3\""; | ||||
|           return 0 | ||||
|      fi | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter