README #1

  • //
  • guest/
  • robert_cowham/
  • openssl/
  • 1.0.1j/
  • demos/
  • ssltest-ecc/
  • README
  • View
  • Commits
  • Open Download .zip Download (559 B)
Scripts for using ECC ciphersuites with test/testssl
(these ciphersuites are described in the Internet Draft available at
http://www.ietf.org/internet-drafts/draft-ietf-tls-ecc-03.txt).

Use ECCcertgen.sh, RSAcertgen.sh, ECC-RSAcertgen.sh to generate
root, client and server certs of the following types:

     ECC certs signed with ECDSA
     RSA certs signed with RSA
     ECC certs signed with RSA

Afterwards, you can use ssltest.sh to run the various tests;
specify one of the following options:

     aecdh, ecdh-ecdsa, ecdhe-ecdsa, ecdh-rsa, ecdhe-rsa
# Change User Description Committed
#1 10713 Robert Cowham Populate //guest/robert_cowham/openssl/1.0.1j/...
from //guest/robert_cowham/openssl/main/....
//guest/robert_cowham/openssl/main/demos/ssltest-ecc/README
#1 10711 Robert Cowham OpenSSL 1.0.1i