Fix the no-tls1 option
authorMatt Caswell <matt@openssl.org>
Fri, 26 Aug 2016 12:11:17 +0000 (13:11 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 26 Aug 2016 12:38:50 +0000 (13:38 +0100)
commit847fe929108da550b506594f52fa1875ea815723
tree5394cc2e58a0d6525cf61b0cde046572111f2285
parent3953bf53dac62bf8d2e5ebeabc94df388576a8ce
Fix the no-tls1 option

This also fixes no-tls which is an alias for no-tls1 in 1.0.2 (it is not
possible to do no-tls1_1 or no-tls1_2 in 1.0.2).

Because it is not possible to disable TLS1.1 or TLS1.2 it no longer follows
that disabling TLS1.0 should force the disabling of tlsext.

Also a few missing ifdef guards.

GitHub Iusse#935

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configure
apps/srp.c
ssl/ssltest.c