mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 22:05:26 +01:00 
			
		
		
		
	Merge pull request #1616 from dcooper16/tls_sockets_return_value
tls_sockets() return value
This commit is contained in:
		| @@ -12821,7 +12821,7 @@ parse_tls_serverhello() { | |||||||
|                [[ $tls_content_type != 16 ]] && [[ $tls_content_type != 17 ]]; then |                [[ $tls_content_type != 16 ]] && [[ $tls_content_type != 17 ]]; then | ||||||
|                debugme tmln_warning "Content type other than alert, handshake, change cipher spec, or application data detected." |                debugme tmln_warning "Content type other than alert, handshake, change cipher spec, or application data detected." | ||||||
|                [[ $DEBUG -ge 1 ]] && tmpfile_handle ${FUNCNAME[0]}.txt |                [[ $DEBUG -ge 1 ]] && tmpfile_handle ${FUNCNAME[0]}.txt | ||||||
|                return 8 |                return 1 | ||||||
|           elif [[ "${tls_protocol:0:2}" != 03 ]]; then |           elif [[ "${tls_protocol:0:2}" != 03 ]]; then | ||||||
|                debugme tmln_warning "Protocol record_version.major is not 03." |                debugme tmln_warning "Protocol record_version.major is not 03." | ||||||
|                [[ $DEBUG -ge 1 ]] && tmpfile_handle ${FUNCNAME[0]}.txt |                [[ $DEBUG -ge 1 ]] && tmpfile_handle ${FUNCNAME[0]}.txt | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter