Lines Matching refs:cipher
58 for cipher in `$openssl ciphers -v "$protocol+aRSA" |
60 echo "Testing $cipher"
61 $ssltest -cipher $cipher -tls1_2
63 echo "Failed $cipher"
70 for cipher in `$openssl ciphers -v "$protocol" |
72 echo "Testing $cipher"
73 $ssltest -cipher $cipher -seclevel 2
75 echo "Failed $cipher"
82 for cipher in `$openssl ciphers -v "$protocol" |
84 echo "Testing $cipher"
85 $ssltest -cipher $cipher -seclevel 3
87 echo "Failed $cipher should not have succeeded"
133 for cipher in `$openssl ciphers -v "RSA+$protocol" |
136 echo "Testing $cipher"
137 $ssltest -cipher $cipher -dtls1_2
139 echo "Failed $cipher"