mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-11-04 07:45:27 +01:00 
			
		
		
		
	Merge pull request #1466 from dcooper16/fix_run_ssl_poodle
Fix run_ssl_poodle()
This commit is contained in:
		@@ -14798,7 +14798,7 @@ run_ssl_poodle() {
 | 
				
			|||||||
     [[ $VULN_COUNT -le $VULN_THRESHLD ]] && outln && pr_headlineln " Testing for SSLv3 POODLE (Padding Oracle On Downgraded Legacy Encryption) " && outln
 | 
					     [[ $VULN_COUNT -le $VULN_THRESHLD ]] && outln && pr_headlineln " Testing for SSLv3 POODLE (Padding Oracle On Downgraded Legacy Encryption) " && outln
 | 
				
			||||||
     pr_bold " POODLE, SSL"; out " ($cve)               "
 | 
					     pr_bold " POODLE, SSL"; out " ($cve)               "
 | 
				
			||||||
 | 
					
 | 
				
			||||||
     if "$TLS13_ONLY" || [[ $(has_server_protocol ssl3) -ne 0 ]]; then
 | 
					     if "$TLS13_ONLY" || [[ $(has_server_protocol ssl3) -eq 1 ]]; then
 | 
				
			||||||
          # one condition should normally suffice but we don't know when run_poddle() was called
 | 
					          # one condition should normally suffice but we don't know when run_poddle() was called
 | 
				
			||||||
          pr_svrty_best "not vulnerable (OK)"
 | 
					          pr_svrty_best "not vulnerable (OK)"
 | 
				
			||||||
          outln ", no SSLv3 support"
 | 
					          outln ", no SSLv3 support"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user