mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 05:45:26 +01:00 
			
		
		
		
	address #626
This commit is contained in:
		| @@ -5907,7 +5907,13 @@ certificate_info() { | |||||||
|      fi |      fi | ||||||
|  |  | ||||||
|      out "$indent"; pr_bold " Chain of trust"; out "               " |      out "$indent"; pr_bold " Chain of trust"; out "               " | ||||||
|      determine_trust "$json_prefix" # Also handles fileout |      if [[ "$issuer_O" =~ StartCom ]] || [[ "$issuer_O" =~ WoSign ]] || [[ "$issuer_CN" =~ StartCom ]] || [[ "$issuer_CN" =~ WoSign ]]; then | ||||||
|  |           # Shortcut for this special case here. | ||||||
|  |           pr_italic "WoSign/StartCom"; out " are " ; prln_svrty_critical "not trusted anymore (NOT ok)" | ||||||
|  |           fileout "${json_prefix}issuer" "CRITICAL" "Issuer: not trusted anymore (WoSign/StartCom)" | ||||||
|  |      else | ||||||
|  |           determine_trust "$json_prefix" # Also handles fileout | ||||||
|  |      fi | ||||||
|  |  | ||||||
|      # http://events.ccc.de/congress/2010/Fahrplan/attachments/1777_is-the-SSLiverse-a-safe-place.pdf, see page 40pp |      # http://events.ccc.de/congress/2010/Fahrplan/attachments/1777_is-the-SSLiverse-a-safe-place.pdf, see page 40pp | ||||||
|      out "$indent"; pr_bold " EV cert"; out " (experimental)       " |      out "$indent"; pr_bold " EV cert"; out " (experimental)       " | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk
					Dirk