aboutsummaryrefslogtreecommitdiffstats
path: root/test/ssl-tests/14-curves.conf.in
Commit message (Collapse)AuthorAgeFilesLines
* Add server temp key type checksDr. Stephen Henson2017-01-081-1/+4
| | | | | Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2191)
* Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2016-11-021-1/+3
| | | | | | | | | | | Includes addition of the various options to s_server/s_client. Also adds one of the new TLS1.3 ciphersuites. This isn't "real" TLS1.3!! It's identical to TLS1.2 apart from the protocol and the ciphersuite...and the ciphersuite is just a renamed TLS1.2 one (not a "real" TLS1.3 ciphersuite). Reviewed-by: Rich Salz <rsalz@openssl.org>
* Test the support curves in tlsKurt Roeckx2016-08-221-0/+41
Reviewed-by: Rich Salz <rsalz@openssl.org> GH: #1472