mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-11-04 07:45:27 +01:00 
			
		
		
		
	"eTLS" -> ETS
Decription was added with the (future) ETSI name ETS [1]. Also added as a comment MITRE's CVE data using ETS, amended with NIST's entry in NVD [1] EFF's interpretation: extra terrible security https://www.eff.org/deeplinks/2019/02/ets-isnt-tls-and-you-shouldnt-use-it
This commit is contained in:
		@@ -7630,7 +7630,7 @@ compare_server_name_to_cert() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# This function determines whether the certificate (arg3) contains "visibility
 | 
					# This function determines whether the certificate (arg3) contains "visibility
 | 
				
			||||||
# information" (see Section 4.3.3 of
 | 
					# information" (see Section 4.3.3 of
 | 
				
			||||||
# https://www.etsi.org/deliver/etsi_ts/103500_103599/10352303/01.01.01_60/ts_10352303v010101p.pdf.
 | 
					# https://www.etsi.org/deliver/etsi_ts/103500_103599/10352303/01.01.01_60/ts_10352303v010101p.pdf .
 | 
				
			||||||
etsi_etls_visibility_info() {
 | 
					etsi_etls_visibility_info() {
 | 
				
			||||||
     local jsonID="$1"
 | 
					     local jsonID="$1"
 | 
				
			||||||
     local spaces="$2"
 | 
					     local spaces="$2"
 | 
				
			||||||
@@ -8505,10 +8505,13 @@ certificate_info() {
 | 
				
			|||||||
#         https://certs.opera.com/03/ev-oids.xml
 | 
					#         https://certs.opera.com/03/ev-oids.xml
 | 
				
			||||||
#         see #967
 | 
					#         see #967
 | 
				
			||||||
 | 
					
 | 
				
			||||||
     out "$indent"; pr_bold " \"eTLS\""
 | 
					     out "$indent"; pr_bold " ETS/\"eTLS\""
 | 
				
			||||||
     out " (visibility info)     "
 | 
					     out ", visibility info  "
 | 
				
			||||||
     jsonID="cert_eTLS"
 | 
					     jsonID="cert_eTLS"
 | 
				
			||||||
     etsi_etls_visibility_info "$jsonID" "$spaces" "$HOSTCERT" "$cert_txt"
 | 
					     etsi_etls_visibility_info "$jsonID" "$spaces" "$HOSTCERT" "$cert_txt"
 | 
				
			||||||
 | 
					     # *Currently* this is even listed as a vulnerability (CWE-310, CVE-2019-919), see
 | 
				
			||||||
 | 
					     # https://nvd.nist.gov/vuln/detail/CVE-2019-9191, https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9191
 | 
				
			||||||
 | 
					     # For now we leave this here. We may want to change that later or add infos to other sections (PFS & vulnerability)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
     out "$indent"; pr_bold " Certificate Validity (UTC)   "
 | 
					     out "$indent"; pr_bold " Certificate Validity (UTC)   "
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user