mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 22:05:26 +01:00 
			
		
		
		
	Fix escaping error in JSON output for OCSP stapling check
This commit is contained in:
		 Andrew Bonney
					Andrew Bonney
				
			
				
					committed by
					
						 Andrew Bonney
						Andrew Bonney
					
				
			
			
				
	
			
			
			 Andrew Bonney
						Andrew Bonney
					
				
			
						parent
						
							221ad861bc
						
					
				
				
					commit
					bf2a8f4cf1
				
			| @@ -8518,7 +8518,7 @@ certificate_info() { | |||||||
|                     ((ret++)) |                     ((ret++)) | ||||||
|                else |                else | ||||||
|                     out "(response status unknown)" |                     out "(response status unknown)" | ||||||
|                     fileout "${jsonID}${json_postfix}" "OK" " not sure what's going on here, \'$ocsp_response\'" |                     fileout "${jsonID}${json_postfix}" "OK" " not sure what's going on here, '$ocsp_response'" | ||||||
|                     debugme grep -a -A20 -B2 "OCSP response"  <<<"$ocsp_response" |                     debugme grep -a -A20 -B2 "OCSP response"  <<<"$ocsp_response" | ||||||
|                     ((ret++)) |                     ((ret++)) | ||||||
|                fi |                fi | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user