mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	Merge branch '3.2' into 3.3dev
This commit is contained in:
		
							
								
								
									
										2070
									
								
								etc/Linux.pem
									
									
									
									
									
								
							
							
						
						
									
										2070
									
								
								etc/Linux.pem
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -516,3 +516,4 @@ ZUT/mttkLEw2mKYNgUO2uTvO8BNltUD2FNzCpFq5TTE= subject=C=JP, O=SECOM Trust Systems | |||||||
| zwnuZ5fhfFhTML7kCk2/oJaZFFxGxTrFppvmOeuJImY= SAPO Class 2 Root CA, emailAddress=pkiadmin@trustcentre.co.za | zwnuZ5fhfFhTML7kCk2/oJaZFFxGxTrFppvmOeuJImY= SAPO Class 2 Root CA, emailAddress=pkiadmin@trustcentre.co.za | ||||||
| zwtHSs6Eafq6QC8C7r354XANnL6L5OQ0hAe2ndMZbpQ= ComSign Secured CA, O=ComSign, C=IL | zwtHSs6Eafq6QC8C7r354XANnL6L5OQ0hAe2ndMZbpQ= ComSign Secured CA, O=ComSign, C=IL | ||||||
| ZZyzaKxWmYvQevLK/F+5P455R0rMwqbPGsnyGS0TY2A= Autoridad de Certificacion Raiz del Estado Venezolano, C=VE, L=Caracas, ST=Distrito Capital, O=Sistema Nacional de Certificacion Electronica, OU=Superintendencia de Servicios de Certificacion Electronica, emailAddress=acraiz@suscerte.gob.ve | ZZyzaKxWmYvQevLK/F+5P455R0rMwqbPGsnyGS0TY2A= Autoridad de Certificacion Raiz del Estado Venezolano, C=VE, L=Caracas, ST=Distrito Capital, O=Sistema Nacional de Certificacion Electronica, OU=Superintendencia de Servicios de Certificacion Electronica, emailAddress=acraiz@suscerte.gob.ve | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										12
									
								
								testssl.sh
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								testssl.sh
									
									
									
									
									
								
							| @@ -7814,7 +7814,11 @@ determine_trust() { | |||||||
|                     out "$code" |                     out "$code" | ||||||
|                fi |                fi | ||||||
|                fileout "${jsonID}${json_postfix}" "CRITICAL" "failed $code. $addtl_warning" |                fileout "${jsonID}${json_postfix}" "CRITICAL" "failed $code. $addtl_warning" | ||||||
|                set_grade_cap "T" "Issues with the chain of trust $code" |                if [[ "$code" =~ "chain incomplete" ]]; then  | ||||||
|  |                   set_grade_cap "B" "Issues with chain of trust $code" | ||||||
|  |                else | ||||||
|  |                   set_grade_cap "T" "Issues with chain of trust $code" | ||||||
|  |                fi | ||||||
|           else |           else | ||||||
|                # alt least one ok and other(s) not ==> display the culprit store(s) |                # alt least one ok and other(s) not ==> display the culprit store(s) | ||||||
|                if "$some_ok"; then |                if "$some_ok"; then | ||||||
| @@ -7834,7 +7838,11 @@ determine_trust() { | |||||||
|                               if ! [[ ${certificate_file[i]} =~ Java ]]; then |                               if ! [[ ${certificate_file[i]} =~ Java ]]; then | ||||||
|                                    # Exemption for Java AND rating, as this store doesn't seem to be as complete. |                                    # Exemption for Java AND rating, as this store doesn't seem to be as complete. | ||||||
|                                    # We won't penalize this but we still need to raise a red flag. See #1648 |                                    # We won't penalize this but we still need to raise a red flag. See #1648 | ||||||
|                                    set_grade_cap "T" "Issues with chain of trust $code" |                                    if [[ "$code" =~ "chain incomplete" ]]; then | ||||||
|  |                                       set_grade_cap "B" "Issues with chain of trust $code" | ||||||
|  |                                    else | ||||||
|  |                                       set_grade_cap "T" "Issues with chain of trust $code" | ||||||
|  |                                    fi | ||||||
|                               fi |                               fi | ||||||
|                          fi |                          fi | ||||||
|                     done |                     done | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter