mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	reminder after #759 has been addressed
This commit is contained in:
		@@ -2276,6 +2276,7 @@ std_cipherlists() {
 | 
				
			|||||||
               sclient_success=$?
 | 
					               sclient_success=$?
 | 
				
			||||||
               [[ $sclient_success -eq 2 ]] && sclient_success=0
 | 
					               [[ $sclient_success -eq 2 ]] && sclient_success=0
 | 
				
			||||||
          fi
 | 
					          fi
 | 
				
			||||||
 | 
					          # FIXME #759 if [[ $sclient_success -ne 0 ]] &&  && has_server_protocol "ssl2"; then
 | 
				
			||||||
          if [[ $sclient_success -ne 0 ]]; then
 | 
					          if [[ $sclient_success -ne 0 ]]; then
 | 
				
			||||||
               if ( [[ -z "$6" ]] || "$FAST" ) && "$HAS_SSL2" && listciphers "$1" -ssl2; then
 | 
					               if ( [[ -z "$6" ]] || "$FAST" ) && "$HAS_SSL2" && listciphers "$1" -ssl2; then
 | 
				
			||||||
                    $OPENSSL s_client -cipher "$1" $BUGS $STARTTLS -connect $NODEIP:$PORT $PROXY -ssl2 2>$ERRFILE >$TMPFILE </dev/null
 | 
					                    $OPENSSL s_client -cipher "$1" $BUGS $STARTTLS -connect $NODEIP:$PORT $PROXY -ssl2 2>$ERRFILE >$TMPFILE </dev/null
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user