mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-11-04 01:20:59 +01:00 
			
		
		
		
	Merge pull request #445 from dcooper16/devel_option
Fix "--devel" with SSLv2
This commit is contained in:
		
						commit
						8da00a8025
					
				@ -8543,9 +8543,8 @@ lets_roll() {
 | 
				
			|||||||
     determine_rdns
 | 
					     determine_rdns
 | 
				
			||||||
     determine_service "$1"        # any starttls service goes here
 | 
					     determine_service "$1"        # any starttls service goes here
 | 
				
			||||||
 | 
					
 | 
				
			||||||
     $do_tls_sockets && { [[ $TLS_LOW_BYTE -eq 22 ]] && \
 | 
					     $do_tls_sockets && [[ $TLS_LOW_BYTE -eq 22 ]] && { sslv2_sockets; echo "$?" ; exit 0; }
 | 
				
			||||||
          sslv2_sockets || \
 | 
					     $do_tls_sockets && [[ $TLS_LOW_BYTE -ne 22 ]] && { tls_sockets "$TLS_LOW_BYTE" "$HEX_CIPHER"; echo "$?" ; exit 0; }
 | 
				
			||||||
          tls_sockets "$TLS_LOW_BYTE" "$HEX_CIPHER"; echo "$?" ; exit 0; }
 | 
					 | 
				
			||||||
     $do_test_just_one && test_just_one ${single_cipher}
 | 
					     $do_test_just_one && test_just_one ${single_cipher}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
     # all top level functions  now following have the prefix "run_"
 | 
					     # all top level functions  now following have the prefix "run_"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user