Method: Rex::SSLScan::Result#tlsv1

Defined in:
lib/rex/sslscan/result.rb

#tlsv1Object



57
58
59
# File 'lib/rex/sslscan/result.rb', line 57

def tlsv1
  @ciphers.reject{|cipher| cipher[:version] != :TLSv1 }
end