mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-11-04 01:20:59 +01:00 
			
		
		
		
	no glasses needed, just need to look at the right spot ;-
This commit is contained in:
		
							parent
							
								
									5f47359291
								
							
						
					
					
						commit
						bda62ec715
					
				@ -3811,7 +3811,7 @@ compare_server_name_to_cert()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
     # Check whether any of the DNS names in the certificate match the servername
 | 
					     # Check whether any of the DNS names in the certificate match the servername
 | 
				
			||||||
     dns_sans=$($OPENSSL x509 -in $cert -noout -text 2>>$ERRFILE | grep -A2 "Subject Alternative Name" | \
 | 
					     dns_sans=$($OPENSSL x509 -in $cert -noout -text 2>>$ERRFILE | grep -A2 "Subject Alternative Name" | \
 | 
				
			||||||
               tr '.' '\n'  grep "DNS:" | sed -e 's/DNS://g' -e 's/ //g')
 | 
					               tr ',' '\n' |  grep "DNS:" | sed -e 's/DNS://g' -e 's/ //g')
 | 
				
			||||||
     for san in $dns_sans; do
 | 
					     for san in $dns_sans; do
 | 
				
			||||||
          [[ "$san" == "$servername" ]] && return 0
 | 
					          [[ "$san" == "$servername" ]] && return 0
 | 
				
			||||||
          # If $san is a wildcard name, then do a wildcard match
 | 
					          # If $san is a wildcard name, then do a wildcard match
 | 
				
			||||||
@ -8286,4 +8286,4 @@ fi
 | 
				
			|||||||
exit $?
 | 
					exit $?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#  $Id: testssl.sh,v 1.524 2016/07/11 16:44:27 dirkw Exp $
 | 
					#  $Id: testssl.sh,v 1.525 2016/07/11 17:41:32 dirkw Exp $
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user