mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	misc
- remove 1xLF in UI - fix obsolete statment for OPENSSL2
This commit is contained in:
		| @@ -2406,7 +2406,7 @@ service_detection() { | |||||||
|                ;; |                ;; | ||||||
|      esac |      esac | ||||||
| 
 | 
 | ||||||
|      outln "\n" |      outln | ||||||
|      tmpfile_handle ${FUNCNAME[0]}.txt |      tmpfile_handle ${FUNCNAME[0]}.txt | ||||||
|      return 0 |      return 0 | ||||||
| } | } | ||||||
| @@ -20298,7 +20298,6 @@ find_openssl_binary() { | |||||||
|      # not check /usr/bin/openssl -- if available. This is more a kludge which we shouldn't use for |      # not check /usr/bin/openssl -- if available. This is more a kludge which we shouldn't use for | ||||||
|      # every openssl feature. At some point we need to decide which with openssl version we go. |      # every openssl feature. At some point we need to decide which with openssl version we go. | ||||||
|      # We also check, whether there's /usr/bin/openssl which has TLS 1.3 |      # We also check, whether there's /usr/bin/openssl which has TLS 1.3 | ||||||
|      OPENSSL2=${OPENSSL2:-/usr/bin/openssl} |  | ||||||
|      if [[ ! "$OSSL_NAME" =~ LibreSSL ]] && [[ ! $OSSL_VER =~ 1.1.1 ]] && [[ ! $OSSL_VER_MAJOR =~ 3 ]]; then |      if [[ ! "$OSSL_NAME" =~ LibreSSL ]] && [[ ! $OSSL_VER =~ 1.1.1 ]] && [[ ! $OSSL_VER_MAJOR =~ 3 ]]; then | ||||||
|           if [[ -x $OPENSSL2 ]]; then |           if [[ -x $OPENSSL2 ]]; then | ||||||
|                $OPENSSL2 s_client -help 2>$s_client_has2 |                $OPENSSL2 s_client -help 2>$s_client_has2 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk
					Dirk