• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/ssltest-ecc/

Lines Matching refs:cipher

2 # Tests ECC cipher suites using ssltest. Requires one argument which could
60 # Anonymous cipher suites do not require key or certificate files
66 for cipher in $AECDH_CIPHER_LIST
68 echo "Testing $cipher"
69 $SSLTEST $SSL_VERSION -cert $SERVER_PEM -cipher $cipher
76 -named_curve $curve -cipher AECDH-NULL-SHA
83 -named_curve $curve -cipher AECDH-RC4-SHA
88 # Both ECDH-ECDSA and ECDHE-ECDSA cipher suites require
95 for cipher in $ECDH_ECDSA_CIPHER_LIST
97 echo "Testing $cipher (with server authentication)"
100 -cipher $cipher
102 echo "Testing $cipher (with server and client authentication)"
106 -cipher $cipher
112 for cipher in $ECDHE_ECDSA_CIPHER_LIST
114 echo "Testing $cipher (with server authentication)"
117 -cipher $cipher -named_curve $DEFAULT_CURVE
119 echo "Testing $cipher (with server and client authentication)"
123 -cipher $cipher -named_curve $DEFAULT_CURVE
133 -cipher ECDHE-ECDSA-AES128-SHA -named_curve $curve
138 # ECDH-RSA cipher suites require the server to have an ECC
145 for cipher in $ECDH_RSA_CIPHER_LIST
147 echo "Testing $cipher (with server authentication)"
150 -cipher $cipher
152 echo "Testing $cipher (with server and client authentication)"
156 -cipher $cipher
161 # ECDHE-RSA cipher suites require the server to have an RSA cert.
167 for cipher in $ECDHE_RSA_CIPHER_LIST
169 echo "Testing $cipher (with server authentication)"
172 -cipher $cipher -named_curve $DEFAULT_CURVE
175 -cipher $cipher -named_curve $DEFAULT_CURVE
177 echo "Testing $cipher (with server and client authentication)"
181 -cipher $cipher -named_curve $DEFAULT_CURVE