mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-30 21:35:26 +01:00 
			
		
		
		
	Merge branch '2.9dev' into openssl_location
This commit is contained in:
		
							
								
								
									
										12
									
								
								testssl.sh
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								testssl.sh
									
									
									
									
									
								
							| @@ -2493,7 +2493,8 @@ std_cipherlists() { | |||||||
|                     ;; |                     ;; | ||||||
|           esac |           esac | ||||||
|           tmpfile_handle $FUNCNAME.$debugname.txt |           tmpfile_handle $FUNCNAME.$debugname.txt | ||||||
|           [[ $DEBUG -ge 1 ]] && tmln_out " -- $1" || tmln_out |           [[ $DEBUG -ge 1 ]] && tm_out " -- $1" | ||||||
|  |           outln | ||||||
|      else |      else | ||||||
|           singlespaces=$(sed -e 's/ \+/ /g' -e 's/^ //' -e 's/ $//g' -e 's/  //g' <<< "$2") |           singlespaces=$(sed -e 's/ \+/ /g' -e 's/^ //' -e 's/ $//g' -e 's/  //g' <<< "$2") | ||||||
|           if [[ "$OPTIMAL_PROTO" == "-ssl2" ]]; then |           if [[ "$OPTIMAL_PROTO" == "-ssl2" ]]; then | ||||||
| @@ -12498,6 +12499,12 @@ ip="" | |||||||
| lets_roll init | lets_roll init | ||||||
| initialize_globals | initialize_globals | ||||||
| parse_cmd_line "$@" | parse_cmd_line "$@" | ||||||
|  | # html_header() needs to be called early! Otherwiseif  html_out() is called before html_header() and the | ||||||
|  | # command line contains --htmlfile <htmlfile> or --html, it'll make problems with html output, see #692. | ||||||
|  | # json_header and csv_header can be called later but for context reasons we'll leave it here | ||||||
|  | html_header | ||||||
|  | json_header | ||||||
|  | csv_header | ||||||
| get_install_dir | get_install_dir | ||||||
| set_color_functions | set_color_functions | ||||||
| maketempf | maketempf | ||||||
| @@ -12508,9 +12515,6 @@ mybanner | |||||||
| check_proxy | check_proxy | ||||||
| check4openssl_oldfarts | check4openssl_oldfarts | ||||||
| check_bsd_mount | check_bsd_mount | ||||||
| json_header |  | ||||||
| csv_header |  | ||||||
| html_header |  | ||||||
|  |  | ||||||
| if "$do_display_only"; then | if "$do_display_only"; then | ||||||
|      prettyprint_local "$PATTERN2SHOW" |      prettyprint_local "$PATTERN2SHOW" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 David Cooper
					David Cooper