mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	Merge pull request #1356 from dcooper16/fix_parse_tls_serverhello_bug
Fix parse_tls_serverhello() bug
This commit is contained in:
		@@ -11527,7 +11527,7 @@ parse_tls_serverhello() {
 | 
			
		||||
               else
 | 
			
		||||
                    # This could just be a result of the server's response being
 | 
			
		||||
                    # split across two or more packets.
 | 
			
		||||
                    continue
 | 
			
		||||
                    break
 | 
			
		||||
               fi
 | 
			
		||||
          fi
 | 
			
		||||
          tls_content_type="${tls_hello_ascii:i:2}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user