mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 05:45:26 +01:00 
			
		
		
		
	Merge pull request #1651 from dcooper16/missing_space
Fix missing spaces
This commit is contained in:
		
							
								
								
									
										20
									
								
								testssl.sh
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								testssl.sh
									
									
									
									
									
								
							| @@ -8862,24 +8862,24 @@ certificate_info() { | |||||||
|           fi |           fi | ||||||
|      elif [[ $trust_nosni -eq 4 ]] || [[ $trust_nosni -eq 8 ]] || [[ $trust_sni -eq 4 ]] || [[ $trust_sni -eq 8 ]]; then |      elif [[ $trust_nosni -eq 4 ]] || [[ $trust_nosni -eq 8 ]] || [[ $trust_sni -eq 4 ]] || [[ $trust_sni -eq 8 ]]; then | ||||||
|           case $trust_nosni in |           case $trust_nosni in | ||||||
|                1) trustfinding_nosni="(w/o SNI: Ok via SAN)" ;; |                1) trustfinding_nosni=" (w/o SNI: Ok via SAN)" ;; | ||||||
|                2) trustfinding_nosni="(w/o SNI: Ok via SAN wildcard)" ;; |                2) trustfinding_nosni=" (w/o SNI: Ok via SAN wildcard)" ;; | ||||||
|                4) if "$has_dns_sans_nosni"; then |                4) if "$has_dns_sans_nosni"; then | ||||||
|                        trustfinding_nosni="(w/o SNI: via CN, but not SAN)" |                        trustfinding_nosni=" (w/o SNI: via CN, but not SAN)" | ||||||
|                   else |                   else | ||||||
|                        trustfinding_nosni="(w/o SNI: via CN only)" |                        trustfinding_nosni=" (w/o SNI: via CN only)" | ||||||
|                   fi |                   fi | ||||||
|                   ;; |                   ;; | ||||||
|                5) trustfinding_nosni="(w/o SNI: Ok via SAN and CN)" ;; |                5) trustfinding_nosni=" (w/o SNI: Ok via SAN and CN)" ;; | ||||||
|                6) trustfinding_nosni="(w/o SNI: Ok via SAN wildcard and CN)" ;; |                6) trustfinding_nosni=" (w/o SNI: Ok via SAN wildcard and CN)" ;; | ||||||
|                8) if "$has_dns_sans_nosni"; then |                8) if "$has_dns_sans_nosni"; then | ||||||
|                        trustfinding_nosni="(w/o SNI: via CN wildcard, but not SAN)" |                        trustfinding_nosni=" (w/o SNI: via CN wildcard, but not SAN)" | ||||||
|                   else |                   else | ||||||
|                        trustfinding_nosni="(w/o SNI: via CN (wildcard) only)" |                        trustfinding_nosni=" (w/o SNI: via CN (wildcard) only)" | ||||||
|                   fi |                   fi | ||||||
|                   ;; |                   ;; | ||||||
|                9) trustfinding_nosni="(w/o SNI: Ok via CN wildcard and SAN)" ;; |                9) trustfinding_nosni=" (w/o SNI: Ok via CN wildcard and SAN)" ;; | ||||||
|               10) trustfinding_nosni="(w/o SNI: Ok via SAN wildcard and CN wildcard)" ;; |               10) trustfinding_nosni=" (w/o SNI: Ok via SAN wildcard and CN wildcard)" ;; | ||||||
|           esac |           esac | ||||||
|      elif [[ $trust_sni -ne 0 ]]; then |      elif [[ $trust_sni -ne 0 ]]; then | ||||||
|           trustfinding_nosni=" (works w/o SNI)" |           trustfinding_nosni=" (works w/o SNI)" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter