mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	Merge pull request #2823 from testssl/fix_revocation_unittest
Fix 52_ocsp_revoked (OCSP --> CRL)
This commit is contained in:
		| @@ -31,8 +31,8 @@ system("@args") == 0 | |||||||
|      or die ("FAILED: \"@args\" "); |      or die ("FAILED: \"@args\" "); | ||||||
| $cat_csv=`cat $csv`; | $cat_csv=`cat $csv`; | ||||||
|  |  | ||||||
| # Is the certificate revoked? | # Is the certificate revoked? (formerly: OCSP, now: CRL) | ||||||
| like($cat_csv, qr/"cert_ocspRevoked".*"CRITICAL","revoked"/,"The certificate should be revoked"); | like($cat_csv, qr/"cert_crlRevoked".*"CRITICAL","revoked"/,"The certificate should be revoked"); | ||||||
| $tests++; | $tests++; | ||||||
| unlink $csv; | unlink $csv; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter